]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/rk3399-evb.dts
ARM: at91: dt: add dts file for sama5d3 Xplained
[u-boot] / arch / arm / dts / rk3399-evb.dts
index bd7801b9a5e64e28e1583bfd8e2f14e979401492..c3a7ca26e7c5acbba50cc359ae9c7073a58196c4 100644 (file)
@@ -7,6 +7,7 @@
 /dts-v1/;
 #include <dt-bindings/pwm/pwm.h>
 #include "rk3399.dtsi"
+#include "rk3399-sdram-lpddr3-4GB-1600.dtsi"
 
 / {
        model = "Rockchip RK3399 Evaluation Board";
@@ -23,6 +24,7 @@
                regulator-name = "vdd_center";
                regulator-min-microvolt = <800000>;
                regulator-max-microvolt = <1400000>;
+               regulator-init-microvolt = <950000>;
                regulator-always-on;
                regulator-boot-on;
                status = "okay";
@@ -68,6 +70,7 @@
 };
 
 &sdmmc {
+       bus-width = <4>;
        status = "okay";
 };
 
@@ -92,6 +95,7 @@
 };
 
 &dwc3_typec0 {
+       rockchip,vbus-gpio = <&gpio1 3 GPIO_ACTIVE_HIGH>;
        status = "okay";
 };
 
 };
 
 &dwc3_typec1 {
+       rockchip,vbus-gpio = <&gpio1 4 GPIO_ACTIVE_HIGH>;
        status = "okay";
 };