mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 09:56:25 -04:00
ARM: STi: DT: Add STiH407 family tsout1 pinctrl configuration
tsout1 channel can only be configured for serial data tranfer. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
committed by
Maxime Coquelin
parent
75d28b8306
commit
e0decdd60a
@@ -596,6 +596,18 @@ st,pins {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
tsout1 {
|
||||
pinctrl_tsout1_serial: tsout1_serial {
|
||||
st,pins {
|
||||
DATA7 = <&pio19 4 ALT1 OUT SE_NICLK_IO 0 CLK_A>;
|
||||
CLKIN = <&pio19 3 ALT1 OUT NICLK 0 CLK_A>;
|
||||
VALID = <&pio19 1 ALT1 OUT SE_NICLK_IO 0 CLK_A>;
|
||||
ERROR = <&pio19 0 ALT1 OUT SE_NICLK_IO 0 CLK_A>;
|
||||
PKCLK = <&pio19 2 ALT1 OUT SE_NICLK_IO 0 CLK_A>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pin-controller-front1 {
|
||||
|
||||
Reference in New Issue
Block a user