dts: jedec,spi-nor: require size property
The SPI NOR driver requires that the size (in bits) be provided in the devicetree node. Update the binding to make the property required, and update all nodes based on the memory chip identified. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
17945358e8
commit
f83ad78261
10 changed files with 10 additions and 1 deletions
|
@ -61,6 +61,7 @@ arduino_serial: &uart2 {};
|
|||
reg = <0x402a8000 0x4000>, <0x60000000 0x800000>;
|
||||
is25wp064: is25wp064@0 {
|
||||
compatible = "issi,is25wp064", "jedec,spi-nor";
|
||||
size = <67108864>;
|
||||
label = "IS25WP064";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue