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:
Deokgyu Yang
2021-04-15 18:25:05 +09:00
committed by Mauro (mdrjr) Ribeiro
parent 7f4ef4ff69
commit 9bca733ace
5 changed files with 56 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,13 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&uart_A>;
__overlay__ {
status = "okay";
};
};
};

View File

@@ -0,0 +1,13 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&uart_B>;
__overlay__ {
status = "okay";
};
};
};

View File

@@ -0,0 +1,13 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&uart_C>;
__overlay__ {
status = "okay";
};
};
};

View File

@@ -0,0 +1,13 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&uart_AO_B>;
__overlay__ {
status = "okay";
};
};
};