summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6ull-u-boot.dtsi
diff options
context:
space:
mode:
authorParthiban Nallathambi <parthitce@gmail.com>2019-04-07 20:32:42 +0200
committerStefano Babic <sbabic@denx.de>2019-06-11 10:42:48 +0200
commita443c8212c204372ac1c374010055f6690ede7b9 (patch)
treeea6edbae84e85d1a9118f1a93928a4f2c7eef98b /arch/arm/dts/imx6ull-u-boot.dtsi
parentd3eaf95ec67c8a7897052812ca30367cdf764c17 (diff)
ARM: dts: i.MX6ULL: U-Boot specific dts for u-boot, dm-spl
u-boot,dm-spl property is specific to U-Boot, so created one for i.MX6ULL platforms. Signed-off-by: Parthiban Nallathambi <parthitce@gmail.com>
Diffstat (limited to 'arch/arm/dts/imx6ull-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx6ull-u-boot.dtsi34
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ull-u-boot.dtsi b/arch/arm/dts/imx6ull-u-boot.dtsi
new file mode 100644
index 0000000000..74ca95fa2c
--- /dev/null
+++ b/arch/arm/dts/imx6ull-u-boot.dtsi
@@ -0,0 +1,34 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2019 Parthiban Nallathambi <parthitce@gmail.com>
+ */
+
+/ {
+ soc {
+ u-boot,dm-spl;
+ };
+};
+
+&aips1 {
+ u-boot,dm-spl;
+};
+
+&aips2 {
+ u-boot,dm-spl;
+};
+
+&aips3 {
+ u-boot,dm-spl;
+};
+
+&gpio1 {
+ u-boot,dm-spl;
+};
+
+&gpio4 {
+ u-boot,dm-spl;
+};
+
+&iomuxc {
+ u-boot,dm-spl;
+};