diff options
author | Kursad Oney <kursad.oney@broadcom.com> | 2019-08-14 15:18:37 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 10:09:16 -0400 |
commit | ce9e2eedda269227f74ae8982a3d833a87e8f40c (patch) | |
tree | 37caa7280edb83b5eff96219688f75ab35af5ebd /arch/arm/dts | |
parent | b2983d1f6dcec4c9d06596f2ab7e489c98304421 (diff) |
dt: bcm963158: add a spi-nor device
This change adds a spi nor flash device to the bcm963158 board.
Signed-off-by: Kursad Oney <kursad.oney@broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/bcm963158.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm963158.dts b/arch/arm/dts/bcm963158.dts index 85659440da..c2bdd33274 100644 --- a/arch/arm/dts/bcm963158.dts +++ b/arch/arm/dts/bcm963158.dts @@ -125,3 +125,15 @@ label = "green:aggregate_link"; }; }; + +&hsspi { + status = "okay"; + + flash: mt25@0 { + compatible = "jedec,spi-nor"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0>; + spi-max-frequency = <25000000>; + }; +}; |