BeagleV: remove uart4 configuration and leave it to u-boot
authorRobert Nelson <robertcnelson@gmail.com>
Sat, 10 Jun 2023 03:53:19 +0000 (22:53 -0500)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 13 Mar 2024 06:58:47 +0000 (15:58 +0900)
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
(cherry picked from commit 21488b4bba5f4fb0972b840480fe05604d75f616)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/boot/dts/thead/light-beagle-ref.dts

index 0dbec32409af7e85ed10994da8cdd93680ca54bd..db8558dcf12f001eabb7b39730276d6b2aaece07 100644 (file)
        clock-frequency = <100000000>;
 };
 
-&uart4 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_uart4>;
-       symlink = "bone/uart/bluetooth";
-       uart-has-rtscts;
-       status = "okay";
-
-       //bluetooth {
-       //      // WIP: AP6203BM: BCM43013
-       //      compatible = "brcm,bcm4330-bt";
-       //      pinctrl-names = "default";
-       //      pinctrl-0 = <&pinctrl_bt>;
-       //      max-speed = <3000000>;
-       //      shutdown-gpios = <&gpio2_porta 28 GPIO_ACTIVE_HIGH>;
-       //      device-wakeup-gpios = <&gpio2_porta 29 GPIO_ACTIVE_HIGH>;
-       //      host-wakeup-gpios = <&gpio2_porta 30 GPIO_ACTIVE_HIGH>;
-       //};
-};
-
 &qspi0 {
        num-cs = <1>;
        cs-gpios = <&gpio2_porta 3 0>;