mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 13:09:58 +00:00
arm64: dts: mediatek: mt7622: introduce nodes for Wireless Ethernet Dispatch
Introduce wed0 and wed1 nodes in order to enable offloading forwarding between ethernet and wireless devices on the mt7622 chipset. Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a333215e10
commit
e9b65ecb7c
@ -901,6 +901,11 @@ sata_port: sata-phy@1a243000 {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hifsys: syscon@1af00000 {
|
||||||
|
compatible = "mediatek,mt7622-hifsys", "syscon";
|
||||||
|
reg = <0 0x1af00000 0 0x70>;
|
||||||
|
};
|
||||||
|
|
||||||
ethsys: syscon@1b000000 {
|
ethsys: syscon@1b000000 {
|
||||||
compatible = "mediatek,mt7622-ethsys",
|
compatible = "mediatek,mt7622-ethsys",
|
||||||
"syscon";
|
"syscon";
|
||||||
@ -919,6 +924,26 @@ hsdma: dma-controller@1b007000 {
|
|||||||
#dma-cells = <1>;
|
#dma-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pcie_mirror: pcie-mirror@10000400 {
|
||||||
|
compatible = "mediatek,mt7622-pcie-mirror",
|
||||||
|
"syscon";
|
||||||
|
reg = <0 0x10000400 0 0x10>;
|
||||||
|
};
|
||||||
|
|
||||||
|
wed0: wed@1020a000 {
|
||||||
|
compatible = "mediatek,mt7622-wed",
|
||||||
|
"syscon";
|
||||||
|
reg = <0 0x1020a000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 214 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
wed1: wed@1020b000 {
|
||||||
|
compatible = "mediatek,mt7622-wed",
|
||||||
|
"syscon";
|
||||||
|
reg = <0 0x1020b000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 215 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
eth: ethernet@1b100000 {
|
eth: ethernet@1b100000 {
|
||||||
compatible = "mediatek,mt7622-eth",
|
compatible = "mediatek,mt7622-eth",
|
||||||
"mediatek,mt2701-eth",
|
"mediatek,mt2701-eth",
|
||||||
@ -946,6 +971,9 @@ eth: ethernet@1b100000 {
|
|||||||
mediatek,ethsys = <ðsys>;
|
mediatek,ethsys = <ðsys>;
|
||||||
mediatek,sgmiisys = <&sgmiisys>;
|
mediatek,sgmiisys = <&sgmiisys>;
|
||||||
mediatek,cci-control = <&cci_control2>;
|
mediatek,cci-control = <&cci_control2>;
|
||||||
|
mediatek,wed = <&wed0>, <&wed1>;
|
||||||
|
mediatek,pcie-mirror = <&pcie_mirror>;
|
||||||
|
mediatek,hifsys = <&hifsys>;
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
Loading…
Reference in New Issue
Block a user