summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2019-08-14 15:18:40 +0200
committerTom Rini <trini@konsulko.com>2019-10-11 10:09:16 -0400
commit05e93b3a134ebb17ac0c02014dc740581ea49545 (patch)
treec156c7425b93d0636295bca14119262564fbb190
parent906af4a72bb33d0f6b1169b47a1f5e28894c3a11 (diff)
downloadu-boot-05e93b3a134ebb17ac0c02014dc740581ea49545.tar.gz
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>
-rw-r--r--arch/arm/dts/bcm968580xref.dts12
1 files changed, 12 insertions, 0 deletions
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>;
+ };
+};