diff options
author | Joel Stanley <joel@jms.id.au> | 2017-01-04 08:30:34 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-01-10 13:55:43 +0300 |
commit | 34ea5c9de39bd6ae23d373af9fd0c276e5585519 (patch) | |
tree | 663dabb39b75e4d7ce7d2d90b07edd30feed12c1 /arch/arm/boot/dts/aspeed-g4.dtsi | |
parent | 9b08d4506cf838d6bc9eac2b5db5482e5cf0ad18 (diff) | |
download | linux-34ea5c9de39bd6ae23d373af9fd0c276e5585519.tar.xz |
ARM: dts: aspeed: Add ftgmac100 to g4 and g5 platforms
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g4.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 20b75667286f..0b4932cc02a8 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -41,6 +41,22 @@ reg = <0x1e6c0080 0x80>; }; + mac0: ethernet@1e660000 { + compatible = "faraday,ftgmac100"; + reg = <0x1e660000 0x180>; + interrupts = <2>; + no-hw-checksum; + status = "disabled"; + }; + + mac1: ethernet@1e680000 { + compatible = "faraday,ftgmac100"; + reg = <0x1e680000 0x180>; + interrupts = <3>; + no-hw-checksum; + status = "disabled"; + }; + apb { compatible = "simple-bus"; #address-cells = <1>; |