Commit 9af0a7b5 authored by Peter Griffin's avatar Peter Griffin Committed by Maxime Coquelin

ARM: DT: STiH407: Add SPI FSM (NOR Flash) Controller pin config

This patch adds the pin configuration for the NOR flash controller.
Signed-off-by: default avatarChristophe Kerello <christophe.kerello@st.com>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Acked-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent d8036479
......@@ -1072,6 +1072,19 @@ st,pins {
};
};
};
fsm {
pinctrl_fsm: fsm {
st,pins {
spi-fsm-clk = <&pio40 1 ALT1 OUT>;
spi-fsm-cs = <&pio40 0 ALT1 OUT>;
spi-fsm-mosi = <&pio40 2 ALT1 OUT>;
spi-fsm-miso = <&pio40 3 ALT1 IN>;
spi-fsm-hol = <&pio40 5 ALT1 OUT>;
spi-fsm-wp = <&pio40 4 ALT1 OUT>;
};
};
};
};
};
};
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