From 631654f8cda187ecfb72ae412350ee8fe45ef164 Mon Sep 17 00:00:00 2001 From: Ian Wakely Date: Tue, 1 Jul 2025 16:06:37 -0400 Subject: [PATCH] boards: Adding zephyr_i2c to Adafruit ESP32s3 QTPY This adds the generic plugable alias to the Adafruit ESP32s3 QT PY for its STEMMA-QT connector. Signed-off-by: Ian Wakely --- boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts index 5d8b14a96a6..5c759d67f88 100644 --- a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts +++ b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts @@ -71,7 +71,7 @@ pinctrl-names = "default"; }; -&i2c1 { +zephyr_i2c: &i2c1 { status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>;