commit | b116bc7da03ce6a05ce189a7bc36a45c397d5fff | [log] [tgz] |
---|---|---|
author | Arunmani Alagarsamy <arunmani.a@capgemini.com> | Thu May 02 17:07:35 2024 +0530 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Tue May 07 09:50:10 2024 +0200 |
tree | 5ec1527e916371b2fbc925283f2a133f5f489389 | |
parent | b2e235d53055957f67de225738c99f6a48ae0b20 [diff] |
boards: silabs: efr32_radio: Remove duplicate usart0 definition In the <board>.dts file, the definition for usart0 was found to be redundant as the same information is already provided in the included .dtsi file. this commit removes the duplicate definition of usart0, resulting in a cleaner and more maintainable device tree configuration. Signed-off-by: Arunmani Alagarsamy <arunmani.a@capgemini.com>