ramips: add support for SNR-CPE-ME2-SFP
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_ubnt_unifi-nanohd.dts
index 6292762ea7a8c7dd8e49b5a5425b1fff47028c06..2762a777a3533a2624b116a72efa395cd6e93e89 100644 (file)
@@ -1,57 +1,17 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
-#include "mt7621.dtsi"
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
+#include "mt7621_ubnt_unifi.dtsi"
 
 / {
        compatible = "ubnt,unifi-nanohd", "mediatek,mt7621-soc";
        model = "Ubiquiti UniFi nanoHD";
-
-       aliases {
-               led-boot = &led_white;
-               led-failsafe = &led_white;
-               led-running = &led_blue;
-               led-upgrade = &led_blue;
-               label-mac-device = &gmac0;
-       };
-
-       chosen {
-               bootargs = "console=ttyS0,115200";
-       };
-
-       leds {
-               compatible = "gpio-leds";
-
-               led_blue: dome_blue {
-                       label = "nanohd:blue:dome";
-                       gpios = <&gpio 3 GPIO_ACTIVE_HIGH>;
-               };
-
-               led_white: dome_white {
-                       label = "nanohd:white:dome";
-                       gpios = <&gpio 4 GPIO_ACTIVE_HIGH>;
-               };
-       };
-
-       keys {
-               compatible = "gpio-keys";
-
-               reset {
-                       label = "reset";
-                       gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
-                       linux,code = <KEY_RESTART>;
-               };
-       };
 };
 
 &spi0 {
        status = "okay";
 
        flash@0 {
-               compatible = "mx25l25635f", "jedec,spi-nor";
+               compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <50000000>;
 
        };
 };
 
-&pcie {
-       status = "okay";
-};
-
-&pcie0 {
-       wifi@0,0 {
-               reg = <0x0 0 0 0 0>;
-               mediatek,mtd-eeprom = <&factory 0x0000>;
-       };
+&gmac0 {
+       nvmem-cells = <&macaddr_eeprom_0>;
+       nvmem-cell-names = "mac-address";
 };
 
-&pcie1 {
-       wifi@0,0 {
-               reg = <0x0 0 0 0 0>;
-               mediatek,mtd-eeprom = <&factory 0x8000>;
-       };
+&wlan_2g {
+       mediatek,mtd-eeprom = <&factory 0x0>;
 };
 
-&gmac0 {
-       mtd-mac-address = <&eeprom 0x0>;
+&wlan_5g {
+       mediatek,mtd-eeprom = <&factory 0x8000>;
 };
 
-&switch0 {
-       ports {
-               port@0 {
-                       status = "okay";
-                       label = "lan";
-               };
-       };
-};
+&eeprom {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
 
-&state_default {
-       gpio {
-               groups = "i2c", "uart2";
-               function = "gpio";
+       macaddr_eeprom_0: macaddr@0 {
+               reg = <0x0 0x6>;
        };
 };