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>
This commit is contained in:
Philippe Reynes 2019-08-14 15:18:40 +02:00 committed by Tom Rini
parent 906af4a72b
commit 05e93b3a13
1 changed files with 12 additions and 0 deletions

View File

@ -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>;
};
};