zephyr/samples/drivers/led_pca9633/app.overlay
Kumar Gala 346ac6b896 samples: Remove label property from devicetree overlays
"label" properties are not required.  Remove them from samples.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-01 17:59:32 +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>;
};
};