Follow the steps below. If you fail to do so, the program may not boot.
root# cd /tmp
root# cp /lib/linux-image-6.6.23/rockchip/rk3568-rock-3a.dtb .
root# dtc -I dtb -O dts -o rk3568-rock-3a_org.dts rk3568-rock-3a.dtb
Change [1] in rk3568-rock-3a.dts to [2].
root# dtc -O dtb -I dts -o rk3568-rock-3a.dtb rk3568-rock-3a.dts
root# mv rk3568-rock-3a.dtb /lib/linux-image-6.6.23/rockchip/rk3568-rock-3a.dtb
[1]
serial@fe650000 {
compatible = "rockchip,rk3568-uart\0snps,dw-apb-uart";
reg = <0x00 0xfe650000 0x00 0x100>;
interrupts = <0x00 0x75 0x04>;
clocks = <0x0e 0x11f 0x0e 0x11c>;
clock-names = "baudclk\0apb_pclk";
dmas = <0x26 0x02 0x26 0x03>;
pinctrl-0 = <0x95 0x96 0x97>;
pinctrl-names = "default";
reg-io-width = <0x04>;
reg-shift = <0x02>;
status = "okay";
uart-has-rtscts;
bluetooth {
compatible = "brcm,bcm43438-bt";
clocks = <0x98 0x01>;
clock-names = "lpo";
device-wakeup-gpios = <0x99 0x0d 0x00>;
host-wakeup-gpios = <0x99 0x0c 0x00>;
shutdown-gpios = <0x99 0x0a 0x00>;
pinctrl-names = "default";
pinctrl-0 = <0x9a 0x9b 0x9c>;
vbat-supply = <0x25>;
vddio-supply = <0x1a>;
};
};
[2]
serial@fe650000 {
compatible = "rockchip,rk3568-uart\0snps,dw-apb-uart";
reg = <0x00 0xfe650000 0x00 0x100>;
interrupts = <0x00 0x75 0x04>;
clocks = <0x0e 0x11f 0x0e 0x11c>;
clock-names = "baudclk\0apb_pclk";
dmas = <0x26 0x02 0x26 0x03>;
pinctrl-0 = <0x95 0x96 0x97>;
pinctrl-names = "default";
reg-io-width = <0x04>;
reg-shift = <0x02>;
status = "okay";
uart-has-rtscts;
};