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