zephyr/samples/drivers/led/pca9633/app.overlay
Benjamin Cabé 55d9d1c6ba samples: led: consolidate LED samples under same directory
With over a dozen LED samples, grouping them in a common drivers/led/
folder helps keep things tidy and lays the groundwork for further
improvements in the way samples are showing up in the docs.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-09-05 09:49:52 +02:00

12 lines
187 B
Plaintext

/* SPDX-License-Identifier: Apache-2.0 */
&arduino_i2c {
status = "okay";
clock-frequency = <I2C_BITRATE_STANDARD>;
pca9633@62 {
compatible = "nxp,pca9633";
reg = <0x62>;
};
};