mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID-C4: arm64/dts: add UART aliases for 'UART_<A/B/C/AO_B>'
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Signed-off-by: Lee Seungcheol <john.lee@hardkernel.com> Change-Id: Ia1b2f131368a72b3f52935a95e6b96e0b198221f
This commit is contained in:
committed by
Mauro (mdrjr) Ribeiro
parent
ce489c3762
commit
7f4ef4ff69
@@ -11,6 +11,10 @@
|
||||
/ {
|
||||
aliases {
|
||||
serial0 = &uart_AO;
|
||||
serial1 = &uart_A;
|
||||
serial2 = &uart_B;
|
||||
serial3 = &uart_C;
|
||||
serial4 = &uart_AO_B;
|
||||
ethernet0 = ðmac;
|
||||
};
|
||||
|
||||
@@ -455,6 +459,24 @@
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&uart_A {
|
||||
status = "disabled";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart_a_pins>;
|
||||
};
|
||||
|
||||
&uart_B {
|
||||
status = "disabled";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart_b_pins>;
|
||||
};
|
||||
|
||||
&uart_C {
|
||||
status = "disabled";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart_c_pins>;
|
||||
};
|
||||
|
||||
&usb {
|
||||
status = "okay";
|
||||
vbus-supply = <&usb_pwr_en>;
|
||||
|
||||
Reference in New Issue
Block a user