summaryrefslogtreecommitdiff
path: root/arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2019-08-26 06:47:06 +0000
committerEugen Hristev <eugen.hristev@microchip.com>2019-10-08 09:16:11 +0300
commit06e0da70ca0bfc9d909af044c82d66261fe47dd3 (patch)
tree8205df3b64f4c79aed61cecf18e47b303fcceb2d /arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi
parent58581058f9651394abcb03f61e7317a45f9b6cf6 (diff)
ARM: dts: at91: sama5d27_wlsom1_ek: add support for qspi
Add node for qspi1 memory connected on the wlsom Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi')
-rw-r--r--arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi b/arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi
index 48ab217032..dae1fba693 100644
--- a/arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi
+++ b/arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi
@@ -13,6 +13,14 @@
};
};
+&qspi1 {
+ u-boot,dm-pre-reloc;
+};
+
+&qspi1_flash {
+ u-boot,dm-pre-reloc;
+};
+
&sdmmc0 {
u-boot,dm-pre-reloc;
};
@@ -36,3 +44,7 @@
&pinctrl_uart0_default {
u-boot,dm-pre-reloc;
};
+
+&pinctrl_qspi1_default {
+ u-boot,dm-pre-reloc;
+};