summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx7d-sdb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx7d-sdb.dts')
-rw-r--r--arch/arm/dts/imx7d-sdb.dts15
1 files changed, 13 insertions, 2 deletions
diff --git a/arch/arm/dts/imx7d-sdb.dts b/arch/arm/dts/imx7d-sdb.dts
index b90ada61b8..b947e44634 100644
--- a/arch/arm/dts/imx7d-sdb.dts
+++ b/arch/arm/dts/imx7d-sdb.dts
@@ -7,14 +7,14 @@
* http://www.gnu.org/copyleft/gpl.html
*/
-#include <arm/imx7d-sdb.dts>
+#include <arm/nxp/imx/imx7d-sdb.dts>
/ {
chosen {
stdout-path = &uart1;
};
- memory {
+ memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
@@ -28,3 +28,14 @@
line-name = "enet-rst-b";
};
};
+
+/* FIXME: barebox serial is broken when barebox applies requested reparenting */
+&uart1 {
+ /delete-property/ assigned-clocks;
+ /delete-property/ assigned-clock-parents;
+};
+
+&uart6 {
+ /delete-property/ assigned-clocks;
+ /delete-property/ assigned-clock-parents;
+};