zephyr/boards/shields/sparkfun_sara_r4/sparkfun_sara_r4.overlay
Kumar Gala f80b2519fc boards: shields: Remove label property from devicetrees
Label properties are not required.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-02 09:12:21 +02:00

18 lines
325 B
Plaintext

/*
* Copyright (c) 2019 Foundries.io
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_serial {
current-speed = <115200>;
status = "okay";
sara_r4 {
compatible = "u-blox,sara-r4";
mdm-power-gpios = <&arduino_header 11 0>; /* D5 */
mdm-reset-gpios = <&arduino_header 12 0>; /* D6 */
status = "okay";
};
};