Add orangepi5-plus UART overlays - rockchip-rk3588-6.10

This commit is contained in:
Alessandro Lannocca 2024-06-24 22:00:00 +01:00 committed by Igor
parent 131eba487e
commit 22b894536e
7 changed files with 85 additions and 1 deletions

View File

@ -32,7 +32,13 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-rk3588-pwm15-m0.dtbo \
rockchip-rk3588-pwm15-m1.dtbo \
rockchip-rk3588-pwm15-m2.dtbo \
rockchip-rk3588-pwm15-m3.dtbo
rockchip-rk3588-pwm15-m3.dtbo \
rockchip-rk3588-uart1-m1.dtbo \
rockchip-rk3588-uart3-m1.dtbo \
rockchip-rk3588-uart4-m2.dtbo \
rockchip-rk3588-uart6-m1.dtbo \
rockchip-rk3588-uart7-m2.dtbo \
rockchip-rk3588-uart8-m1.dtbo
dtb-y += $(dtbo-y)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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