From 4367bafc9b819842f9f561db43879d83fc2145bf Mon Sep 17 00:00:00 2001 From: Lena Voytek Date: Mon, 13 Oct 2025 16:49:22 -0400 Subject: [PATCH] boards: add the zephyr_i2c to adafruit_feather_esp32 Match the behavior of other Adafruit boards by including the zephyr_i2c label to allow the use of JST SH I2C shields. Signed-off-by: Lena Voytek --- boards/adafruit/feather_esp32/adafruit_feather_esp32_procpu.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/adafruit/feather_esp32/adafruit_feather_esp32_procpu.dts b/boards/adafruit/feather_esp32/adafruit_feather_esp32_procpu.dts index f3bae741c1c62..a786d3cd8e15c 100644 --- a/boards/adafruit/feather_esp32/adafruit_feather_esp32_procpu.dts +++ b/boards/adafruit/feather_esp32/adafruit_feather_esp32_procpu.dts @@ -81,7 +81,7 @@ status = "okay"; }; -&i2c0 { +zephyr_i2c: &i2c0 { status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>;