summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx7d-zii-rmu2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx7d-zii-rmu2.dts')
-rw-r--r--arch/arm/dts/imx7d-zii-rmu2.dts47
1 files changed, 19 insertions, 28 deletions
diff --git a/arch/arm/dts/imx7d-zii-rmu2.dts b/arch/arm/dts/imx7d-zii-rmu2.dts
index 41566f54a1..64da9cf55d 100644
--- a/arch/arm/dts/imx7d-zii-rmu2.dts
+++ b/arch/arm/dts/imx7d-zii-rmu2.dts
@@ -4,7 +4,7 @@
* Copyright (C) 2019 Zodiac Inflight Innovations
*/
-#include <arm/imx7d-zii-rmu2.dts>
+#include <arm/nxp/imx/imx7d-zii-rmu2.dts>
#include "imx7d-ddrc.dtsi"
/* FIXME: barebox serial is broken when barebox applies requested reparenting */
@@ -18,37 +18,28 @@
/delete-property/ assigned-clock-parents;
};
-&ecspi1 {
- nor_flash: flash@0 {
- #address-cells = <1>;
- #size-cells = <1>;
+nor_flash: &{ecspi1/flash@0} {
+ #address-cells = <1>;
+ #size-cells = <1>;
- partition@0 {
- label = "barebox";
- reg = <0x0 0xc0000>;
- };
+ partition@0 {
+ label = "barebox";
+ reg = <0x0 0xc0000>;
+ };
- partition@c0000 {
- label = "barebox-environment";
- reg = <0xc0000 0x40000>;
- };
+ partition@c0000 {
+ label = "barebox-environment";
+ reg = <0xc0000 0x40000>;
};
};
-&uart4 {
- rave-sp {
- #address-cells = <1>;
- #size-cells = <1>;
-
- watchdog {
- nvmem-cells = <&boot_source>;
- nvmem-cell-names = "boot-source";
- };
-
- eeprom@a3 {
- boot_source: boot-source@83 {
- reg = <0x83 1>;
- };
- };
+&{uart4/mcu/watchdog} {
+ nvmem-cells = <&boot_source>;
+ nvmem-cell-names = "boot-source";
+};
+
+&{uart4/mcu/eeprom@a3} {
+ boot_source: boot-source@83 {
+ reg = <0x83 1>;
};
};