This commit is contained in:
2026-02-27 11:50:27 +01:00
parent 5934bba4af
commit 82b535a183
12 changed files with 323 additions and 65 deletions

View File

@@ -63,7 +63,6 @@
pinctrl-names = "default", "sleep";
};
// &uart0 { status = "disabled"; };
&i2c0 { status = "disabled"; };
&spi1 { status = "disabled"; };
&spi3 { status = "disabled"; };
@@ -74,4 +73,15 @@
&radio { status = "disabled"; };
&ieee802154 { status = "disabled"; };
&bt_hci_sdc { status = "disabled"; };
&cryptocell { status = "disabled"; };
&cryptocell { status = "disabled"; };
// unkommentieren für prod
// &uart0 { status = "disabled"; };
// / {
// chosen {
// /delete-property/ zephyr,console;
// /delete-property/ zephyr,shell-uart;
// /delete-property/ zephyr,uart-mcumgr;
// /delete-property/ zephyr,ieee802154;
// };
// };