diff options
author | Philippe Reynes | 2019-08-14 15:18:40 +0200 |
---|---|---|
committer | Tom Rini | 2019-10-11 10:09:16 -0400 |
commit | 05e93b3a134ebb17ac0c02014dc740581ea49545 (patch) | |
tree | c156c7425b93d0636295bca14119262564fbb190 /arch/arm | |
parent | 906af4a72bb33d0f6b1169b47a1f5e28894c3a11 (diff) |
dt: bcm968580xref: add a spi-nor device
This commit add a spi-nor device in the bcm96850xref device tree.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Kursad Oney <kursad.oney@broadcom.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/bcm968580xref.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm968580xref.dts b/arch/arm/dts/bcm968580xref.dts index 861e9891a78..a034e38318b 100644 --- a/arch/arm/dts/bcm968580xref.dts +++ b/arch/arm/dts/bcm968580xref.dts @@ -124,3 +124,15 @@ label = "green:wps"; }; }; + +&hsspi { + status = "okay"; + + flash: mt25@0 { + compatible = "jedec,spi-nor"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0>; + spi-max-frequency = <25000000>; + }; +}; |