diff --git a/Devices/guition-jc3248w535c/guition,jc3248w535c.dts b/Devices/guition-jc3248w535c/guition,jc3248w535c.dts index 4eded781b..ecee4c1a1 100644 --- a/Devices/guition-jc3248w535c/guition,jc3248w535c.dts +++ b/Devices/guition-jc3248w535c/guition,jc3248w535c.dts @@ -3,6 +3,7 @@ #include #include #include +#include #include #include @@ -31,6 +32,14 @@ pin-scl = <&gpio0 18 GPIO_FLAG_NONE>; }; + i2s0 { + compatible = "espressif,esp32-i2s"; + port = ; + pin-bclk = <&gpio0 42 GPIO_FLAG_NONE>; + pin-ws = <&gpio0 2 GPIO_FLAG_NONE>; + pin-data-out = <&gpio0 41 GPIO_FLAG_NONE>; + }; + display_spi: spi0 { compatible = "espressif,esp32-spi"; host = ; diff --git a/Devices/guition-jc8048w550c/guition,jc8048w550c.dts b/Devices/guition-jc8048w550c/guition,jc8048w550c.dts index 0638537fc..253a995bf 100644 --- a/Devices/guition-jc8048w550c/guition,jc8048w550c.dts +++ b/Devices/guition-jc8048w550c/guition,jc8048w550c.dts @@ -3,6 +3,7 @@ #include #include #include +#include #include #include @@ -31,6 +32,15 @@ pin-scl = <&gpio0 18 GPIO_FLAG_NONE>; }; + i2s0 { + compatible = "espressif,esp32-i2s"; + status = "disabled"; + port = ; + pin-bclk = <&gpio0 0 GPIO_FLAG_NONE>; + pin-ws = <&gpio0 18 GPIO_FLAG_NONE>; + pin-data-out = <&gpio0 17 GPIO_FLAG_NONE>; + }; + spi0 { compatible = "espressif,esp32-spi"; host = ;