Skip to content

Commit

Permalink
Updating parameters for external flash parts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwolff committed Sep 25, 2024
1 parent 28c3aaa commit 106db85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@
w25q32jv: w25q32jv@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <40000000>;
spi-max-frequency = <133000000>;
wp-gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
hold-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
size = <0x2000000>;
size = <0x400000>;
has-dpd;
t-enter-dpd = <30000>;
t-exit-dpd = <30000>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
w25q128jv: w25q128jv@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <40000000>;
size = <0x8000000>;
spi-max-frequency = <133000000>;
size = <0x1000000>;
has-dpd;
t-enter-dpd = <30000>;
t-exit-dpd = <30000>;
Expand Down

0 comments on commit 106db85

Please sign in to comment.