mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-05 00:53:32 +08:00
mediatek: move an8855 dts node to xiaomi dtsi
This commit is contained in:
parent
1d5bd1061d
commit
fa0b7600f5
@ -13,20 +13,5 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&gsw_an8855 {
|
&gsw_an8855 {
|
||||||
airoha,mdio = <&mdio>;
|
|
||||||
reset-gpios = <&pio 39 0>;
|
|
||||||
interrupt-parent = <&pio>;
|
|
||||||
interrupts = <38 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
port@5 {
|
|
||||||
compatible = "airoha,an8855-port";
|
|
||||||
reg = <5>;
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <2500>;
|
|
||||||
full-duplex;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
@ -13,20 +13,5 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&gsw_an8855 {
|
&gsw_an8855 {
|
||||||
airoha,mdio = <&mdio>;
|
|
||||||
reset-gpios = <&pio 39 0>;
|
|
||||||
interrupt-parent = <&pio>;
|
|
||||||
interrupts = <38 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
port@5 {
|
|
||||||
compatible = "airoha,an8855-port";
|
|
||||||
reg = <5>;
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <2500>;
|
|
||||||
full-duplex;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
@ -144,6 +144,25 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gsw_an8855 {
|
||||||
|
airoha,mdio = <&mdio>;
|
||||||
|
reset-gpios = <&pio 39 0>;
|
||||||
|
interrupt-parent = <&pio>;
|
||||||
|
interrupts = <38 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
port@5 {
|
||||||
|
compatible = "airoha,an8855-port";
|
||||||
|
reg = <5>;
|
||||||
|
phy-mode = "2500base-x";
|
||||||
|
|
||||||
|
fixed-link {
|
||||||
|
speed = <2500>;
|
||||||
|
full-duplex;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&hnat {
|
&hnat {
|
||||||
mtketh-wan = "eth1";
|
mtketh-wan = "eth1";
|
||||||
mtketh-lan = "eth0";
|
mtketh-lan = "eth0";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user