Remove label property from devicetree overlays. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
16 lines
269 B
Plaintext
16 lines
269 B
Plaintext
/*
|
|
* Copyright (c) 2020 Phytec Messtechnik GmbH
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&arduino_serial {
|
|
status = "okay";
|
|
|
|
modbus0 {
|
|
compatible = "zephyr,modbus-serial";
|
|
status = "okay";
|
|
de-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
|
|
};
|
|
};
|