boards: pinetime_devkit0: add compatible for generic spi nor flash
using the correct datasheet download from official site: http://www.xtxtech.com/download/?AId=154 tested with samples/drivers/spi_flash Signed-off-by: Qingsong Gou <gouqs@hotmail.com>
This commit is contained in:
parent
062c45a518
commit
b30248af3f
1 changed files with 5 additions and 4 deletions
|
@ -126,12 +126,13 @@
|
|||
|
||||
cs-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>, <&gpio0 25 GPIO_ACTIVE_LOW>;
|
||||
|
||||
/* Macronix MX25L CMOS Flash Memory */
|
||||
mx25l: mx25l@0 {
|
||||
compatible = "mxicy,cmos-mx25l";
|
||||
xt25fb32: xt25fb32@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <8000000>; /* 8MHz */
|
||||
label = "CMOS MX25L";
|
||||
label = "XT25FB32";
|
||||
jedec-id = [0b 40 16];
|
||||
size = <DT_SIZE_M(32)>;
|
||||
};
|
||||
|
||||
/* Sitronix ST7789V LCD */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue