mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ODROID-C4: arm64/dts: Add uart_AO_B DTBO for the 7pin header
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I2d3609283b8dac5db71388e8b6f36dd2cf94da58
This commit is contained in:
@@ -932,6 +932,13 @@
|
||||
drive-strength = <2>;
|
||||
};
|
||||
};
|
||||
ao_b_uart_pins2: ao_b_uart2 {
|
||||
mux { /* GPIOAO_8, GPIOAO_9 */
|
||||
groups = "uart_ao_tx_b_8",
|
||||
"uart_ao_rx_b_9";
|
||||
function = "uart_ao_b";
|
||||
};
|
||||
};
|
||||
}; /* end of pinctrl_aobus */
|
||||
|
||||
&spicc0 {
|
||||
|
||||
@@ -6,6 +6,7 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDC4) += spi0.dtbo \
|
||||
uart0.dtbo \
|
||||
uart1.dtbo \
|
||||
uart2.dtbo \
|
||||
uart3.dtbo \
|
||||
hktft32.dtbo \
|
||||
hktft35.dtbo \
|
||||
ads7846.dtbo \
|
||||
|
||||
15
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart3.dts
Normal file
15
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart3.dts
Normal file
@@ -0,0 +1,15 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&uart_AO_B>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ao_b_uart_pins2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user