diff --git a/nordic/trezor/boards/arm/t3w1_d1_nrf52833/t3w1_d1_nrf52833.dts b/nordic/trezor/boards/arm/t3w1_d1_nrf52833/t3w1_d1_nrf52833.dts index 6aaff07c1b..7a23637b72 100644 --- a/nordic/trezor/boards/arm/t3w1_d1_nrf52833/t3w1_d1_nrf52833.dts +++ b/nordic/trezor/boards/arm/t3w1_d1_nrf52833/t3w1_d1_nrf52833.dts @@ -22,7 +22,7 @@ zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,code-partition = &slot0_partition; - zephyr,ieee802154 = &ieee802154; + zephyr,bt-hci = &bt_hci_controller; }; leds { @@ -67,6 +67,14 @@ }; }; +&bt_hci_sdc { + status = "disabled"; +}; + +&bt_hci_controller { + status = "okay"; +}; + &adc { status = "okay"; };