2019-05-18 01:16:00 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Foundries.io
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
&arduino_serial {
|
|
|
|
current-speed = <115200>;
|
2019-06-15 01:31:16 +08:00
|
|
|
status = "okay";
|
2019-05-18 01:16:00 +08:00
|
|
|
|
|
|
|
sara_r4 {
|
2021-08-04 05:27:32 +08:00
|
|
|
compatible = "u-blox,sara-r4";
|
2019-05-18 01:16:00 +08:00
|
|
|
label = "ublox-sara-r4";
|
|
|
|
mdm-power-gpios = <&arduino_header 11 0>; /* D5 */
|
|
|
|
mdm-reset-gpios = <&arduino_header 12 0>; /* D6 */
|
2019-06-15 01:31:16 +08:00
|
|
|
status = "okay";
|
2019-05-18 01:16:00 +08:00
|
|
|
};
|
|
|
|
};
|