Skip to content
Snippets Groups Projects
Commit ce9e2eed authored by Kursad Oney's avatar Kursad Oney Committed by Tom Rini
Browse files

dt: bcm963158: add a spi-nor device


This change adds a spi nor flash device to the bcm963158 board.

Signed-off-by: default avatarKursad Oney <kursad.oney@broadcom.com>
Reviewed-by: default avatarPhilippe Reynes <philippe.reynes@softathome.com>
parent b2983d1f
No related branches found
No related tags found
No related merge requests found
...@@ -125,3 +125,15 @@ ...@@ -125,3 +125,15 @@
label = "green:aggregate_link"; label = "green:aggregate_link";
}; };
}; };
&hsspi {
status = "okay";
flash: mt25@0 {
compatible = "jedec,spi-nor";
#address-cells = <1>;
#size-cells = <1>;
reg = <0>;
spi-max-frequency = <25000000>;
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment