From b0b28946f02a94a1b3717cef39ca23e011ef2882 Mon Sep 17 00:00:00 2001 From: Shadowtrance Date: Sat, 14 Feb 2026 01:07:15 +1000 Subject: [PATCH] 535 and 550 i2c config --- Devices/guition-jc3248w535c/guition,jc3248w535c.dts | 9 +++++++++ Devices/guition-jc8048w550c/guition,jc8048w550c.dts | 10 ++++++++++ 2 files changed, 19 insertions(+) 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 = ;