rockchip: rk356x: Move common uart2 props to rk356x-u-boot.dtsi
[pandora-u-boot.git] / arch / arm / dts / rk3568-rock-3a-u-boot.dtsi
index b05b715..46ebb77 100644 (file)
@@ -6,12 +6,6 @@
 
 #include "rk356x-u-boot.dtsi"
 
-/ {
-       chosen {
-               stdout-path = &uart2;
-       };
-};
-
 &pcie3x2 {
        pinctrl-0 = <&pcie3x2_reset_h>;
 };
@@ -48,9 +42,3 @@
                spi-tx-bus-width = <1>;
        };
 };
-
-&uart2 {
-       clock-frequency = <24000000>;
-       bootph-all;
-       status = "okay";
-};