1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-19 23:38:46 +00:00

fix 2.9.0

This commit is contained in:
tychovrahe 2025-03-06 11:57:53 +01:00
parent cae275ee5b
commit f495094540

View File

@ -22,7 +22,7 @@
zephyr,sram = &sram0; zephyr,sram = &sram0;
zephyr,flash = &flash0; zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition; zephyr,code-partition = &slot0_partition;
zephyr,ieee802154 = &ieee802154; zephyr,bt-hci = &bt_hci_controller;
}; };
leds { leds {
@ -67,6 +67,14 @@
}; };
}; };
&bt_hci_sdc {
status = "disabled";
};
&bt_hci_controller {
status = "okay";
};
&adc { &adc {
status = "okay"; status = "okay";
}; };