ODROID-M2: dtb/dtbo: remove 'uart0-with-ctsrts' not working

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ie85ac52687c44a58b30af6b461ea6f8f5c4ea14f
This commit is contained in:
Dongjin Kim
2024-08-12 12:19:19 +09:00
committed by xiane
parent 31dfe905ba
commit b72ec6e914
2 changed files with 0 additions and 18 deletions

View File

@@ -19,7 +19,6 @@ dtbo-y += \
spdif_p32.dtbo \
spi0.dtbo \
ttyfiq0_115200.dtbo \
uart0-with-ctsrts.dtbo \
uart0.dtbo \
uart1.dtbo \
uart2.dtbo \

View File

@@ -1,17 +0,0 @@
/dts-v1/;
/plugin/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pinctrl/rockchip.h>
/ {
fragment@0 {
target = <&uart7>;
__overlay__ {
cts-gpios = <&gpio1 RK_PB7 GPIO_ACTIVE_LOW>;
rts-gpios = <&gpio1 RK_PB6 GPIO_ACTIVE_LOW>;
status = "okay";
};
};
};