Skip to content

Commit

Permalink
wip: spi flash
Browse files Browse the repository at this point in the history
  • Loading branch information
maxd-nordic committed Aug 21, 2023
1 parent 7798a2e commit 0b77adb
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions boards/arm/nrf9131ek_nrf9131/nrf9131ek_nrf9131_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -151,23 +151,11 @@ arduino_spi: &spi3 {
pinctrl-1 = <&spi3_sleep>;
pinctrl-names = "default", "sleep";

gd25wb256: gd25wb256e3ir@1 {
gd25wb256: gd25wb256e3ir@0 {
compatible = "jedec,spi-nor";
status = "disabled";
reg = <1>;
spi-max-frequency = <60000000>;
/* todo: update these from LB256 to WB256 */
jedec-id = [c8 67 19];
sfdp-bfp = [
e5 20 ea ff ff ff ff 0f 44 eb 08 6b 00 3b 00 bb
fe ff ff ff ff ff 00 ff ff ff 44 eb 0c 20 0f 52
10 d8 00 ff d5 31 b1 fe 82 e4 14 4c ec 60 06 33
7a 75 7a 75 04 bd d5 5c 29 06 74 00 08 50 00 01
];
size = <268435456>;
has-dpd;
t-enter-dpd = <3000>;
t-exit-dpd = <30000>;
status = "okay";
reg = <0>;
spi-max-frequency = <1000000>;
};
};

Expand Down

0 comments on commit 0b77adb

Please sign in to comment.