build/patch/kernel/archive/rockchip64-6.5/overlay/rockchip-uart4.dts

21 lines
226 B
Plaintext
Raw Normal View History

/dts-v1/;
/plugin/;
/ {
compatible = "rockchip,rk3399";
fragment@0 {
target = <&spi1>;
__overlay__ {
status = "disabled";
};
};
fragment@1 {
target = <&uart4>;
__overlay__ {
status = "okay";
};
};
};