mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-14 11:13:29 +00:00
treewide: update dts for switch
This commit is contained in:
parent
3f938d01a6
commit
9914389a8d
@ -19,10 +19,9 @@
|
||||
};
|
||||
|
||||
nand {
|
||||
status = "okay";
|
||||
compatible = "mtk,mt7620-nand";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "mtk,mt7620-nand";
|
||||
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
@ -140,9 +139,8 @@
|
||||
};
|
||||
|
||||
rtl8367rb {
|
||||
compatible = "realtek,rtl8367b", "rtl8367b";
|
||||
cpu_port = <6>;
|
||||
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
|
||||
compatible = "realtek,rtl8367b";
|
||||
realtek,extif = <6 1 0 1 1 1 1 1 1 2>;
|
||||
mii-bus = <&mdio0>;
|
||||
};
|
||||
};
|
||||
@ -224,11 +222,11 @@
|
||||
};
|
||||
|
||||
&bdinfo {
|
||||
compatible = "nvmem-cells";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "nvmem-cells";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
macaddr_bdinfo_18a: macaddr@18a {
|
||||
reg = <0x18a 0x11>;
|
||||
};
|
||||
};
|
||||
macaddr_bdinfo_18a: macaddr@18a {
|
||||
reg = <0x18a 0x11>;
|
||||
};
|
||||
};
|
||||
|
@ -67,9 +67,8 @@
|
||||
};
|
||||
|
||||
rtl8367rb {
|
||||
compatible = "realtek,rtl8367b", "rtl8367b";
|
||||
cpu_port = <6>;
|
||||
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
|
||||
compatible = "realtek,rtl8367b";
|
||||
realtek,extif = <6 1 0 1 1 1 1 1 1 2>;
|
||||
mii-bus = <&mdio0>;
|
||||
};
|
||||
};
|
||||
|
@ -80,8 +80,7 @@
|
||||
|
||||
rtl8367rb {
|
||||
compatible = "realtek,rtl8367b";
|
||||
cpu_port = <7>;
|
||||
realtek,extif2 = <1 0 1 1 1 1 1 1 2>;
|
||||
realtek,extif = <7 1 0 1 1 1 1 1 1 2>;
|
||||
mii-bus = <&mdio0>;
|
||||
};
|
||||
};
|
||||
|
@ -157,7 +157,7 @@
|
||||
|
||||
rtl8367s {
|
||||
compatible = "realtek,rtl8367b";
|
||||
realtek,extif2 = <1 0 1 1 1 1 1 1 2>;
|
||||
realtek,extif = <7 1 0 1 1 1 1 1 1 2>;
|
||||
mii-bus = <&mdio>;
|
||||
phy-id = <29>;
|
||||
};
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
rtl8367s {
|
||||
compatible = "realtek,rtl8367b";
|
||||
realtek,extif2 = <1 0 1 1 1 1 1 1 2>;
|
||||
realtek,extif = <7 1 0 1 1 1 1 1 1 2>;
|
||||
mii-bus = <&mdio1>;
|
||||
phy-id = <29>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user