dt: bcm968580xref: add a spi-nor device
authorPhilippe Reynes <philippe.reynes@softathome.com>
Wed, 14 Aug 2019 13:18:40 +0000 (15:18 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 14:09:16 +0000 (10:09 -0400)
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>
arch/arm/dts/bcm968580xref.dts

index 861e9891a78371dcbf1cac223ab1b3ae66ebf7da..a034e38318bd6577a4997a919c7e86aa768b3980 100644 (file)
                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>;
+       };
+};