We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3d97b commit f9b081eCopy full SHA for f9b081e
1 file changed
arch/arm64/boot/dts/mediatek/mt7987-netsys.dtsi
@@ -11,10 +11,16 @@
11
reg = <0 0x15031000 0 0x1000>;
12
#clock-cells = <1>;
13
};
14
+ eth_sram: sram@15400000 {
15
+ compatible = "mmio-sram";
16
+ reg = <0 0x15400000 0 0x20000>;
17
+ #address-cells = <1>;
18
+ #size-cells = <1>;
19
+ ranges = <0 0x15400000 0 0x20000>;
20
+ };
21
eth: ethernet@15100000 {
22
compatible = "mediatek,mt7987-eth";
- reg = <0 0x15100000 0 0x80000>,
- <0 0x15400000 0 0x20000>;
23
+ reg = <0 0x15100000 0 0x80000>;
24
interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>,
25
<GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>,
26
<GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>,
@@ -55,6 +61,7 @@
55
61
#reset-cells = <1>;
56
62
#address-cells = <1>;
57
63
#size-cells = <0>;
64
+ sram = <ð_sram>;
58
65
status = "disabled";
59
66
gmac0: mac@0 {
60
67
compatible = "mediatek,eth-mac";
0 commit comments