zephyr/samples/sensor/max44009/boards/frdm_k64f.overlay
Kumar Gala 88021ecd47 samples: sensors: Remove label property from devicetree overlays
Label properties are not required

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-19 08:23:35 -05:00

14 lines
192 B
Plaintext

/*
* Copyright (c) 2019, Linaro Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c0 {
max44009@4a {
compatible = "maxim,max44009";
reg = <0x4a>;
int-gpios = <&gpioc 6 0>;
};
};