mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ODROID-C4: arm64/dts: Make UART_A disabled by default and add UART DTBOs
Since UART_A can be enabled by DTBO now. Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Ie08f49bafc7fab96879469deeaa53b5d7c9a9dfa
This commit is contained in:
committed by
Mauro (mdrjr) Ribeiro
parent
7f4ef4ff69
commit
9bca733ace
@@ -4,6 +4,10 @@ dtbo-y += \
|
||||
pcf8563.dtbo \
|
||||
spi0.dtbo \
|
||||
sx865x-i2c1.dtbo \
|
||||
uart0.dtbo \
|
||||
uart1.dtbo \
|
||||
uart2.dtbo \
|
||||
uart3.dtbo \
|
||||
w1-gpio_p15.dtbo \
|
||||
w1-gpio_p22.dtbo \
|
||||
hifishield2.dtbo
|
||||
|
||||
13
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart0.dts
Normal file
13
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart0.dts
Normal file
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&uart_A>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
13
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart1.dts
Normal file
13
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart1.dts
Normal file
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&uart_B>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
13
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart2.dts
Normal file
13
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart2.dts
Normal file
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&uart_C>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
13
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart3.dts
Normal file
13
arch/arm64/boot/dts/amlogic/overlays/odroidc4/uart3.dts
Normal file
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&uart_AO_B>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user