diff options
author | Jon Mason <jon.mason@broadcom.com> | 2016-12-13 13:13:49 -0500 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-01-18 17:18:21 -0800 |
commit | 5aeda7bf8a1effd9902efc11e56687c242acbd5d (patch) | |
tree | 6609ae5b239887af664a287365a7005256216f41 /arch/arm/boot/dts/bcm-nsp.dtsi | |
parent | d9ff8878bbedf3d3443ebdeb7c995326a286ad8b (diff) | |
download | talos-obmc-linux-5aeda7bf8a1effd9902efc11e56687c242acbd5d.tar.gz talos-obmc-linux-5aeda7bf8a1effd9902efc11e56687c242acbd5d.zip |
ARM: dts: NSP: Add and enable amac2
Add and enable the third AMAC ethernet interface in the device trees for
the platforms where it is present. Also, enable amac1 on some of the
platforms where that was missing.
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm-nsp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm-nsp.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi index 9cd77ab7c315..ecffc1629d93 100644 --- a/arch/arm/boot/dts/bcm-nsp.dtsi +++ b/arch/arm/boot/dts/bcm-nsp.dtsi @@ -227,6 +227,15 @@ status = "disabled"; }; + amac2: ethernet@24000 { + compatible = "brcm,nsp-amac"; + reg = <0x024000 0x1000>, + <0x112000 0x1000>; + reg-names = "amac_base", "idm_base"; + interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + }; + nand: nand@26000 { compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1"; reg = <0x026000 0x600>, |