"label" properties are not required. Remove them from samples. Signed-off-by: Kumar Gala <galak@kernel.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>;
|
|
};
|
|
};
|