mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: dts: stm32: add uart7 support to stm32mp15xx-dkx boards
Adds uart7 node to stm32mp15xx-dkx and uart7 alias to stm32mp157a-dk1 and stm32mp157c-dk2 boards. uart7 pins are connected to Arduino connector. uart7 is disabled by default. Signed-off-by: Erwan Le Ray <erwan.leray@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
parent
afc0666d03
commit
f74c7be7ce
3 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
ethernet0 = ðernet0;
|
ethernet0 = ðernet0;
|
||||||
serial0 = &uart4;
|
serial0 = &uart4;
|
||||||
serial1 = &usart3;
|
serial1 = &usart3;
|
||||||
|
serial2 = &uart7;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
ethernet0 = ðernet0;
|
ethernet0 = ðernet0;
|
||||||
serial0 = &uart4;
|
serial0 = &uart4;
|
||||||
serial1 = &usart3;
|
serial1 = &usart3;
|
||||||
|
serial2 = &uart7;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|
|
@ -591,6 +591,14 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&uart7 {
|
||||||
|
pinctrl-names = "default", "sleep", "idle";
|
||||||
|
pinctrl-0 = <&uart7_pins_c>;
|
||||||
|
pinctrl-1 = <&uart7_sleep_pins_c>;
|
||||||
|
pinctrl-2 = <&uart7_idle_pins_c>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&usart3 {
|
&usart3 {
|
||||||
pinctrl-names = "default", "sleep", "idle";
|
pinctrl-names = "default", "sleep", "idle";
|
||||||
pinctrl-0 = <&usart3_pins_c>;
|
pinctrl-0 = <&usart3_pins_c>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue