ARM: dts: bcm2711-rpi-4-b: Add cts, rts pin setting for bt uart
[platform/kernel/linux-rpi.git] / arch / arm / boot / dts / bcm2711-rpi-4-b.dts
index ecd3329..f62ac71 100644 (file)
 /* uart0 communicates with the BT module */
 &uart0 {
        pinctrl-names = "default";
-       pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_pins &bt_pins>;
+       pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_gpio32>;
        uart-has-rtscts;
        status = "okay";
 
 };
 
 &uart0 {
-       pinctrl-0 = <&uart0_pins &bt_pins>;
+       pinctrl-0 = <&uart0_pins &bt_pins &uart0_ctsrts_gpio30>;
        status = "okay";
 };