Merge branch 'master' of git://git.denx.de/u-boot-spi
[platform/kernel/u-boot.git] / arch / arm / dts / rk3399-puma.dtsi
index 96bd4fe..11ffcb7 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+ OR X11
 /*
  * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
- *
- * SPDX-License-Identifier:     GPL-2.0+       X11
  */
 
 #include <dt-bindings/pwm/pwm.h>
@@ -16,6 +15,7 @@
                u-boot,mmc-env-offset = <0x4000>;      /* @  16KB */
                u-boot,efi-partition-entries-offset = <0x200000>; /* 2MB */
                u-boot,boot-led = "module_led";
+               sysreset-gpio = <&gpio1 RK_PA6 GPIO_ACTIVE_HIGH>;
        };
 
        chosen {
 };
 
 &hdmi {
-       #address-cells = <1>;
-       #size-cells = <0>;
        #sound-dai-cells = <0>;
        status = "okay";
 };
 &sdmmc {
        u-boot,dm-pre-reloc;
        clock-frequency = <150000000>;
-       clock-freq-min-max = <100000 150000000>;
+       max-frequency = <40000000>;
        supports-sd;
        bus-width = <4>;
        cap-mmc-highspeed;
 
 &dwc3_typec1 {
        status = "okay";
+       tsd,usb-port-power = "usbhub_enable";
 };
 
 &vopb {
        status = "okay";
 };
 
+&gpio1 {
+       u-boot,dm-pre-reloc;
+};
+
 &gpio3 {
        u-boot,dm-pre-reloc;
 };