diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm963269bhr.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm963269bhr.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm963269bhr.dts b/target/linux/brcm63xx/dts/bcm963269bhr.dts index bf4168a37d..68c17ebabf 100644 --- a/target/linux/brcm63xx/dts/bcm963269bhr.dts +++ b/target/linux/brcm63xx/dts/bcm963269bhr.dts @@ -40,3 +40,20 @@ }; }; }; + +&hsspi { + status = "ok"; + + flash@0 { + compatible = "jedec,spi-nor"; + spi-max-frequency = <20000000>; + spi-tx-bus-width = <2>; + spi-rx-bus-width = <2>; + reg = <0>; + + #address-cells = <1>; + #size-cells = <1>; + + linux,part-probe = "bcm63xxpart"; + }; +}; |