Add addresses to SPI peripherals

This commit is contained in:
Ken Van Hoeylandt 2026-06-20 22:30:35 +02:00
parent 7d786c2b66
commit f93c04e016
5 changed files with 10 additions and 10 deletions

View File

@ -48,13 +48,13 @@
pin-miso = <&gpio0 38 GPIO_FLAG_NONE>;
pin-sclk = <&gpio0 40 GPIO_FLAG_NONE>;
sdcard {
sdcard@0 {
compatible = "espressif,esp32-sdspi";
pin-cs = <&gpio0 39 GPIO_FLAG_NONE>;
frequency-khz = <20000>;
};
display {
display@1 {
compatible = "display-placeholder";
};
};

View File

@ -39,13 +39,13 @@
pin-miso = <&gpio0 33 GPIO_FLAG_NONE>;
pin-sclk = <&gpio0 35 GPIO_FLAG_NONE>;
sdcard {
sdcard@0 {
compatible = "espressif,esp32-sdspi";
pin-cs = <&gpio0 21 GPIO_FLAG_NONE>;
frequency-khz = <20000>;
};
display {
display@1 {
compatible = "display-placeholder";
};
};

View File

@ -57,13 +57,13 @@
pin-miso = <&gpio0 38 GPIO_FLAG_NONE>;
pin-sclk = <&gpio0 18 GPIO_FLAG_NONE>;
sdcard {
sdcard@0 {
compatible = "espressif,esp32-sdspi";
pin-cs = <&gpio0 4 GPIO_FLAG_NONE>;
frequency-khz = <20000>;
};
display {
display@1 {
compatible = "display-placeholder";
};
};

View File

@ -82,13 +82,13 @@
pin-miso = <&gpio0 35 GPIO_FLAG_NONE>;
pin-sclk = <&gpio0 36 GPIO_FLAG_NONE>;
sdcard {
sdcard@0 {
compatible = "espressif,esp32-sdspi";
pin-cs = <&gpio0 4 GPIO_FLAG_NONE>;
frequency-khz = <20000>;
};
display {
display@1 {
compatible = "display-placeholder";
};
};

View File

@ -116,13 +116,13 @@
pin-miso = <&gpio0 35 GPIO_FLAG_NONE>;
pin-sclk = <&gpio0 36 GPIO_FLAG_NONE>;
sdcard {
sdcard@0 {
compatible = "espressif,esp32-sdspi";
pin-cs = <&gpio0 4 GPIO_FLAG_NONE>;
frequency-khz = <20000>;
};
display {
display@1 {
compatible = "display-placeholder";
};
};