ast2600.dtsi (1c69fb925e5a7f7eb1fcfa3b230c7778fe85865f) | ast2600.dtsi (86f91560ba8c1910eaecd6d0707001f748d7b333) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ 2#include <dt-bindings/interrupt-controller/arm-gic.h> 3#include "skeleton.dtsi" 4 5/ { 6 model = "Aspeed BMC"; 7 compatible = "aspeed,ast2600"; 8 #address-cells = <1>; --- 171 unchanged lines hidden (view full) --- 180 }; 181 182 edac: sdram@1e6e0000 { 183 compatible = "aspeed,ast2600-sdram-edac"; 184 reg = <0x1e6e0000 0x174>; 185 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>; 186 }; 187 | 1// SPDX-License-Identifier: GPL-2.0+ 2#include <dt-bindings/interrupt-controller/arm-gic.h> 3#include "skeleton.dtsi" 4 5/ { 6 model = "Aspeed BMC"; 7 compatible = "aspeed,ast2600"; 8 #address-cells = <1>; --- 171 unchanged lines hidden (view full) --- 180 }; 181 182 edac: sdram@1e6e0000 { 183 compatible = "aspeed,ast2600-sdram-edac"; 184 reg = <0x1e6e0000 0x174>; 185 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>; 186 }; 187 |
188 mdio: ethernet@1e650000 { 189 compatible = "aspeed,aspeed-mdio"; 190 reg = <0x1e650000 0x40>; 191 }; 192 |
|
188 mac0: ethernet@1e660000 { 189 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100"; | 193 mac0: ethernet@1e660000 { 194 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100"; |
190 reg = <0x1e660000 0x180>, <0x1e650000 0x4>; | 195 reg = <0x1e660000 0x180>; 196#if 0 197, <0x1e650000 0x4>; 198#endif |
191 interrupts = <2>; 192 status = "disabled"; 193 }; 194 195 mac2: ftgmac@1e670000 { 196 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100"; | 199 interrupts = <2>; 200 status = "disabled"; 201 }; 202 203 mac2: ftgmac@1e670000 { 204 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100"; |
197 reg = <0x1e670000 0x180>, <0x1e650010 0x4>; | 205 reg = <0x1e670000 0x180>; 206#if 0 207, <0x1e650010 0x4>; 208#endif |
198 #address-cells = <1>; 199 #size-cells = <0>; 200 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; 201#if 0 202 phy-handle = <&phy0>; 203#endif 204 status = "disabled"; 205 }; --- 1400 unchanged lines hidden --- | 209 #address-cells = <1>; 210 #size-cells = <0>; 211 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; 212#if 0 213 phy-handle = <&phy0>; 214#endif 215 status = "disabled"; 216 }; --- 1400 unchanged lines hidden --- |