commit | 0e8069e7e3b08df88ffe4833f4a6c43bbec19aba | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@st.com> | Wed May 21 19:20:58 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon May 26 09:20:08 2025 +0200 |
tree | e392edaabe878de0c71a14e384db79a23600068a | |
parent | 84add0da762fd5eacab8438038613793025ce0bd [diff] |
boards: st: fix STM32WBA boards DTS files coding style Fix board DTS coding style issues to prevent they spread when a new board is introduced and used this DTS as example start point. Issues addressed from Zephyr devicetree style guidelines [1]: - Insert a single empty line to separate nodes at the same hierarchy level. No functional change. Link: https://docs.zephyrproject.org/latest/contribute/style/devicetree.html [1] Signed-off-by: Etienne Carriere <etienne.carriere@st.com>