boards: shields: lmp90100_evb: include relevant dt-bindings headers
Include zephyr/dt-bindings/adc/adc.h and zephyr/dt-bindings/gpio/gpio.h in the shield DTS overlays to simplify using this shield in application overlays. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
527383f9b1
commit
df83fffc7c
|
@ -4,6 +4,9 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/dt-bindings/adc/adc.h>
|
||||
#include <zephyr/dt-bindings/gpio/gpio.h>
|
||||
|
||||
&arduino_spi {
|
||||
status = "okay";
|
||||
|
||||
|
|
Loading…
Reference in a new issue