zephyr/samples/drivers/led_lp5562/boards/nrf52840_pca10056.overlay

13 lines
197 B
Plaintext

/* SPDX-License-Identifier: Apache-2.0 */
&i2c0 {
status = "okay";
clock-frequency = <I2C_BITRATE_STANDARD>;
lp5562@30 {
compatible = "ti,lp5562";
reg = <0x30>;
label = "LP5562";
};
};