diff options
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch b/target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch new file mode 100644 index 0000000000..9d01f3311a --- /dev/null +++ b/target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch @@ -0,0 +1,74 @@ +From 23bcd5e7cb2aaee48ba8b2351f032a230d948b6f Mon Sep 17 00:00:00 2001 +From: Hauke Mehrtens <hauke@hauke-m.de> +Date: Sat, 25 Jan 2014 17:03:07 +0100 +Subject: [PATCH 08/15] ARM: BCM5301X: register bcma bus + +--- + arch/arm/boot/dts/bcm4708.dtsi | 58 ++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 58 insertions(+) + +--- a/arch/arm/boot/dts/bcm4708.dtsi ++++ b/arch/arm/boot/dts/bcm4708.dtsi +@@ -31,4 +31,62 @@ + }; + }; + ++ nvram0: nvram@0 { ++ compatible = "brcm,bcm47xx-nvram"; ++ reg = <0x1c000000 0x01000000>; ++ }; ++ ++ sprom0: sprom@0 { ++ compatible = "brcm,bcm53xx-sprom"; ++ nvram = <&nvram0>; ++ }; ++ ++ aix@18000000 { ++ compatible = "brcm,bus-aix"; ++ reg = <0x18000000 0x1000>; ++ ranges = <0x00000000 0x18000000 0x00100000>; ++ #address-cells = <1>; ++ #size-cells = <1>; ++ sprom = <&sprom0>; ++ ++ usb2@0 { ++ reg = <0x18021000 0x1000>; ++ interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; ++ }; ++ ++ usb3@0 { ++ reg = <0x18023000 0x1000>; ++ interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; ++ }; ++ ++ gmac@0 { ++ reg = <0x18024000 0x1000>; ++ interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; ++ }; ++ ++ gmac@1 { ++ reg = <0x18025000 0x1000>; ++ interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>; ++ }; ++ ++ gmac@2 { ++ reg = <0x18026000 0x1000>; ++ interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>; ++ }; ++ ++ gmac@3 { ++ reg = <0x18027000 0x1000>; ++ interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>; ++ }; ++ ++ pcie@0 { ++ reg = <0x18012000 0x1000>; ++ interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; ++ }; ++ ++ pcie@1 { ++ reg = <0x18013000 0x1000>; ++ interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>; ++ }; ++ }; + }; |