From: Philippe Reynes Date: Wed, 14 Aug 2019 13:18:40 +0000 (+0200) Subject: dt: bcm968580xref: add a spi-nor device X-Git-Tag: v2025.01-rc5-pxa1908~2752^2~22 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=05e93b3a134ebb17ac0c02014dc740581ea49545;p=u-boot.git dt: bcm968580xref: add a spi-nor device This commit add a spi-nor device in the bcm96850xref device tree. Signed-off-by: Philippe Reynes Reviewed-by: Kursad Oney --- diff --git a/arch/arm/dts/bcm968580xref.dts b/arch/arm/dts/bcm968580xref.dts index 861e9891a7..a034e38318 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>; + }; +};