mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 19:46:41 +07: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:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user