Files
zephyr/tests/subsys/modbus/boards/arduino_opta_stm32h747xx_m7.overlay
Kyle Bonnici bbff45f1c4 DTS: format files using dts-linter 0.3.7-hotfix2
- Ensure that properties have 2 new lines when node is above it.
- Enures that 1 new line is required between a node and #if/#ifdef...
- Enures that 2 new line are required between #endif and node.
- Wraps property values that exceed 100 characters in length.

Signed-off-by: Kyle Bonnici <kylebonnici@hotmail.com>
2025-12-12 15:38:31 -05:00

14 lines
147 B
Plaintext

/*
* Copyright (c) 2024 DNDG srl
*
* SPDX-License-Identifier: Apache-2.0
*/
&usart3 {
modbus0 {
status = "okay";
};
status = "okay";
};