treewide: remove label = "cpu" from DSA dt-binding
[openwrt/staging/noltari.git] / target / linux / mediatek / dts / mt7622-linksys-e8450.dtsi
index 7358b94a8e9ce8ab2c19cef81cdbffd349be1fdc..abac02a72d022ea99218fac7f02c68abc1de345e 100644 (file)
                switch@0 {
                        compatible = "mediatek,mt7531";
                        reg = <0>;
+                       interrupt-controller;
+                       #interrupt-cells = <1>;
+                       interrupt-parent = <&pio>;
+                       interrupts = <53 IRQ_TYPE_LEVEL_HIGH>;
                        reset-gpios = <&pio 54 0>;
 
                        ports {
 
                                port@6 {
                                        reg = <6>;
-                                       label = "cpu";
                                        ethernet = <&gmac0>;
                                        phy-mode = "2500base-x";
 
 };
 
 &slot0 {
-       wmac1: mt7915@0,0 {
+       wmac1: wifi@0,0 {
+               compatible = "mediatek,mt76";
                reg = <0x0000 0 0 0 0>;
                ieee80211-freq-limit = <5000000 6000000>;
+               mediatek,disable-radar-background;
        };
 };
 
-&snand {
-       mediatek,quad-spi;
+&bch {
+       status = "okay";
+};
+
+&snfi {
        pinctrl-names = "default";
        pinctrl-0 = <&serial_nand_pins>;
        status = "okay";
+
+       snand: flash@0 {
+               compatible = "spi-nand";
+               reg = <0>;
+               spi-tx-bus-width = <4>;
+               spi-rx-bus-width = <4>;
+               nand-ecc-engine = <&snfi>;
+       };
 };
 
 &spi0 {