2021-11-23 13:33:30 -03:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright 2021 Collabora Ltd.
|
|
|
|
*/
|
|
|
|
|
2022-10-21 19:58:36 -05:00
|
|
|
#include "imx8mn-u-boot.dtsi"
|
2021-11-23 13:33:30 -03:00
|
|
|
|
|
|
|
&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
2023-05-25 17:02:28 -04:00
|
|
|
&eeprom_som {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
eth_mac_address: eth-mac-address@19 {
|
|
|
|
reg = <0x19 0x06>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&fec1 {
|
|
|
|
nvmem-cells = <ð_mac_address>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
|
|
|
};
|
|
|
|
|
2021-11-23 13:33:30 -03:00
|
|
|
&gpio1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio2 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio4 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_i2c1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_pmic {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_reg_usdhc2_vmmc {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart4 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc2 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc3 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_wdog {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart4 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc2 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc3 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-11-23 13:33:30 -03:00
|
|
|
};
|
2023-05-25 17:02:25 -04:00
|
|
|
|
|
|
|
&eeprom_som {
|
|
|
|
bootph-pre-ram;
|
|
|
|
};
|