2019-08-27 06:26:08 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright 2019 NXP
|
|
|
|
*/
|
|
|
|
|
2020-04-29 13:04:24 +00:00
|
|
|
/ {
|
|
|
|
wdt-reboot {
|
|
|
|
compatible = "wdt-reboot";
|
|
|
|
wdt = <&wdog1>;
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-10-16 10:24:30 +00:00
|
|
|
&{/soc@0} {
|
2019-08-27 06:26:08 +00:00
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&clk {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
u-boot,dm-pre-reloc;
|
2019-10-22 03:29:54 +00:00
|
|
|
/delete-property/ assigned-clocks;
|
|
|
|
/delete-property/ assigned-clock-parents;
|
|
|
|
/delete-property/ assigned-clock-rates;
|
2019-08-27 06:26:08 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&osc_24m {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&aips1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&aips2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&aips3 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&iomuxc {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_reg_usdhc2_vmmc {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc2_gpio {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc3 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio3 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio4 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio5 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc3 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2019-10-16 10:24:42 +00:00
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_i2c1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_pmic {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2019-10-22 03:30:04 +00:00
|
|
|
|
|
|
|
&fec1 {
|
|
|
|
phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
2020-04-29 13:04:24 +00:00
|
|
|
|
|
|
|
&wdog1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|