Skip to content

Commit

Permalink
include the right flash info on board overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ldab committed Jan 4, 2024
1 parent c965e35 commit 6c680da
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion app/boards/seeeduino_xiao_ble.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,24 @@
};

&qspi {
status = "disabled";
status = "okay";
pinctrl-0 = <&qspi_default>;
pinctrl-1 = <&qspi_sleep>;
pinctrl-names = "default", "sleep";
p25q16h: p25q16h@0 {
compatible = "nordic,qspi-nor";
reg = <0>;
sck-frequency = <104000000>;
quad-enable-requirements = "S2B1v1";
jedec-id = [85 60 15];
sfdp-bfp = [
e5 20 f1 ff ff ff ff 00 44 eb 08 6b 08 3b 80 bb
ee ff ff ff ff ff 00 ff ff ff 00 ff 0c 20 0f 52
10 d8 08 81
];
size = <16777216>;
has-dpd;
t-enter-dpd = <3000>;
t-exit-dpd = <8000>;
};
};

0 comments on commit 6c680da

Please sign in to comment.