Commit 978946e4 authored by Christophe Kerello's avatar Christophe Kerello Committed by Alexandre Torgue

ARM: dts: stm32: enable FMC2 NAND controller on stm32mp157c-ev1

This patch enables FMC2 NAND controller used on stm32mp157c-ev1.
Signed-off-by: default avatarChristophe Kerello <christophe.kerello@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 52ded6f9
......@@ -157,6 +157,22 @@ phy0: ethernet-phy@0 {
};
};
&fmc {
pinctrl-names = "default", "sleep";
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>;
};
};
&i2c2 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins_a>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment