arm: mvebu: mcbin: dts: fix PCIe reset polarity
[oweals/u-boot.git] / arch / arm / dts / sun8i-h3-orangepi-pc-plus.dts
index 9a8cdd46e771e651efa3837298926700abde6245..71fb7320893971336edf1ec145d2f213bb61d34f 100644 (file)
@@ -44,7 +44,8 @@
 #include "sun8i-h3-orangepi-pc.dts"
 
 / {
-       model = "Xunlong Orange Pi PC / PC Plus";
+       model = "Xunlong Orange Pi PC Plus";
+       compatible = "xunlong,orangepi-pc-plus", "allwinner,sun8i-h3";
 
        aliases {
                /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
        };
 };
 
+&emac {
+       /* LEDs changed to active high on the plus */
+       /delete-property/ allwinner,leds-active-low;
+};
+
 &mmc1 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&mmc1_pins_a>;
        vmmc-supply = <&reg_vcc3v3>;
        bus-width = <4>;
        non-removable;
@@ -81,7 +85,7 @@
 
 &mmc2_8bit_pins {
        /* Increase drive strength for DDR modes */
-       allwinner,drive = <SUN4I_PINCTRL_40_MA>;
+       drive-strength = <40>;
        /* eMMC is missing pull-ups */
-       allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
+       bias-pull-up;
 };