diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-23 11:44:34 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-23 12:19:02 +0200 |
commit | 3132eff0007f20d5f9d8d7f40214962c2b4942d5 (patch) | |
tree | f3fab2997e88cd39ff57cb090fe0a04f4d880e1d /target/linux/bmips/dts | |
parent | 0cecebd413e52b4c59745c8c42b7a9ca2b11bdbf (diff) | |
download | upstream-3132eff0007f20d5f9d8d7f40214962c2b4942d5.tar.gz upstream-3132eff0007f20d5f9d8d7f40214962c2b4942d5.tar.bz2 upstream-3132eff0007f20d5f9d8d7f40214962c2b4942d5.zip |
bmips: shg2500: add BCM4360 fallback SPROM
Apart from the embedded BCM63268 wireless, this device has an external BCM4360
connected by PCIe which needs a fallback SPROM.
b43 isn't enabled for this device because BCM4360 isn't supported (AC PHY).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts')
-rw-r--r-- | target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts b/target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts index 76bedfac94..bcab940771 100644 --- a/target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts +++ b/target/linux/bmips/dts/bcm63168-sercomm-shg2500.dts @@ -43,6 +43,19 @@ debounce-interval = <60>; }; }; + + bcm4360-sprom { + compatible = "brcm,bcma-sprom"; + + pci-bus = <1>; + pci-dev = <0>; + + nvmem-cells = <&macaddr_cferom_6a0>; + nvmem-cell-names = "mac-address"; + mac-address-increment = <1>; + + brcm,sprom = "brcm/bcm4360-sprom.bin"; + }; }; &ehci { |