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>
12 lines
187 B
Plaintext
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>;
|
|
};
|
|
};
|