Skip to content

Commit

Permalink
get flash info using jesd216 sample
Browse files Browse the repository at this point in the history
  • Loading branch information
maxd-nordic committed Aug 21, 2023
1 parent 9342371 commit 4389286
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions boards/arm/nrf9131ek_nrf9131/nrf9131ek_nrf9131_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,17 @@ arduino_spi: &spi3 {

gd25wb256: gd25wb256e3ir@0 {
compatible = "jedec,spi-nor";
status = "okay";
status = "disabled";
reg = <0>;
spi-max-frequency = <1000000>;
spi-max-frequency = <8000000>;
size = <268435456>;
sfdp-bfp = [
e5 20 f3 ff ff ff ff 0f 44 eb 08 6b 08 3b 42 bb
ee ff ff ff ff ff 00 ff ff ff 00 ff 0c 20 0f 52
10 d8 00 ff 44 7a c9 fe 83 67 26 62 ec 82 18 44
7a 75 7a 75 04 c4 d5 5c 00 06 74 00 08 50 00 01
];
jedec-id = [c8 65 19];
};
};

Expand Down

0 comments on commit 4389286

Please sign in to comment.