summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/omap4-u-boot.dtsi
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2020-06-16 11:03:06 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-06-16 17:00:12 +0530
commit0a453751153cee25e5282fd6ab750dc53463d5d4 (patch)
tree14cf812b22d1d7e7aa364b7ab113aa8cff495918 /arch/arm/dts/omap4-u-boot.dtsi
parent00fde6b873207d4d1415bc46560633d6c925f3f3 (diff)
downloadu-boot-0a453751153cee25e5282fd6ab750dc53463d5d4.tar.gz
u-boot-0a453751153cee25e5282fd6ab750dc53463d5d4.tar.xz
u-boot-0a453751153cee25e5282fd6ab750dc53463d5d4.zip
omap4: panda: convert to device model
Convert omap4 panda to device model. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/dts/omap4-u-boot.dtsi')
-rw-r--r--arch/arm/dts/omap4-u-boot.dtsi39
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/dts/omap4-u-boot.dtsi b/arch/arm/dts/omap4-u-boot.dtsi
new file mode 100644
index 0000000000..4a6bafd6ed
--- /dev/null
+++ b/arch/arm/dts/omap4-u-boot.dtsi
@@ -0,0 +1,39 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * U-Boot additions
+ *
+ * (C) Copyright 2020 Tero Kristo <t-kristo@ti.com>
+ */
+
+&l4_cfg {
+ segment@0 {
+ /* SCM Core */
+ target-module@2000 {
+ compatible = "simple-bus";
+ };
+
+ /* USB HS */
+ target-module@64000 {
+ compatible = "simple-bus";
+ };
+ };
+};
+
+&l4_per {
+ segment@0 {
+ /* UART3 */
+ target-module@20000 {
+ compatible = "simple-bus";
+ };
+
+ /* I2C1 */
+ target-module@70000 {
+ compatible = "simple-bus";
+ };
+
+ /* MMC1 */
+ target-module@9c000 {
+ compatible = "simple-bus";
+ };
+ };
+};