Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / marvell / armada-3720-espressobin.dtsi
index 0775c16..daffe13 100644 (file)
@@ -17,8 +17,6 @@
                ethernet1 = &switch0port1;
                ethernet2 = &switch0port2;
                ethernet3 = &switch0port3;
-               serial0 = &uart0;
-               serial1 = &uart1;
        };
 
        chosen {
                          3300000 0x0>;
                enable-active-high;
        };
+
+       led2: gpio-led2 {
+               /* led2 is working only on v7 board */
+               status = "disabled";
+
+               compatible = "gpio-leds";
+
+               led2 {
+                       label = "led2";
+                       gpios = <&gpionb 2 GPIO_ACTIVE_LOW>;
+                       default-state = "off";
+               };
+       };
 };
 
 /* J9 */
        phy-names = "sata-phy";
 };
 
+/* U11 */
+&sdhci0 {
+       /* Main DTS file for Espressobin is without eMMC */
+       status = "disabled";
+
+       non-removable;
+       bus-width = <8>;
+       mmc-ddr-1_8v;
+       mmc-hs400-1_8v;
+       marvell,xenon-emmc;
+       marvell,xenon-tun-count = <9>;
+       marvell,pad-type = "fixed-1-8v";
+
+       pinctrl-names = "default";
+       pinctrl-0 = <&mmc_pins>;
+
+       #address-cells = <1>;
+       #size-cells = <0>;
+       mmccard: mmccard@0 {
+               compatible = "mmc-card";
+               reg = <0>;
+       };
+};
+
 /* J1 */
 &sdhci1 {
        wp-inverted;