zephyr/boards/shields/boostxl_ulpsense/boostxl_ulpsense.overlay
Erwan Gouriou 07b642d94f boards: shields: Update node_label according to new naming scheme
Update existing shields to conform with new node label naming scheme.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-10-03 10:16:57 +02:00

23 lines
341 B
Plaintext

/*
* Copyright (c) 2019 Brett Witherspoon
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
accel0 = &adxl362_0_boostxl_ulpsense;
};
};
&boosterpack_spi {
adxl362_0_boostxl_ulpsense: adxl362@0 {
compatible = "adi,adxl362";
reg = <0>;
spi-max-frequency = <8000000>;
int1-gpios = <&boosterpack_header 36 0>;
};
};