summaryrefslogtreecommitdiff
path: root/arch/arm/dts/stm32mp157c-ev1.dts
diff options
context:
space:
mode:
authorChristophe Kerello <christophe.kerello@st.com>2020-07-31 09:53:44 +0200
committerPatrice Chotard <patrice.chotard@st.com>2020-08-13 09:53:35 +0200
commitacdaae63903f26a4a73fffd3b2e3b30b9a5294ba (patch)
treed715dcff6db58511c4aad733b90d55d6f154d846 /arch/arm/dts/stm32mp157c-ev1.dts
parentde1fb5fb00e019ef58aae345ed9f18457213cc1b (diff)
ARM: dts: stm32: add FMC2 EBI support for stm32mp157c
This patch adds FMC2 External Bus Interface support on stm32mp157c. Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/dts/stm32mp157c-ev1.dts')
-rw-r--r--arch/arm/dts/stm32mp157c-ev1.dts16
1 files changed, 9 insertions, 7 deletions
diff --git a/arch/arm/dts/stm32mp157c-ev1.dts b/arch/arm/dts/stm32mp157c-ev1.dts
index b19056557ef..46f81ce92ec 100644
--- a/arch/arm/dts/stm32mp157c-ev1.dts
+++ b/arch/arm/dts/stm32mp157c-ev1.dts
@@ -157,14 +157,16 @@
pinctrl-0 = <&fmc_pins_a>;
pinctrl-1 = <&fmc_sleep_pins_a>;
status = "okay";
- #address-cells = <1>;
- #size-cells = <0>;
- nand@0 {
- reg = <0>;
- nand-on-flash-bbt;
- #address-cells = <1>;
- #size-cells = <1>;
+ nand-controller@4,0 {
+ status = "okay";
+
+ nand@0 {
+ reg = <0>;
+ nand-on-flash-bbt;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
};
};