Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f06ea0e12e1f6591ae336067edb1eed7b860cd1a
/
.
/
tests
/
subsys
/
modbus
/
boards
/
reel_board.overlay
blob: d5f6a80fae64084ca1b29e2a447e14e1b74151e7 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2020 Phytec Messtechnik GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
&
arduino_serial
{
status
=
"okay"
;
modbus0
{
compatible
=
"zephyr,modbus-serial"
;
label
=
"MODBUS0"
;
status
=
"okay"
;
};
};