Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1072,6 +1072,19 @@
					};
				};
			};

			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>;
					};
				};
			};
		};
	};
};