mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-21 18:45:42 +00:00
fix 2.9.0
This commit is contained in:
parent
cae275ee5b
commit
f495094540
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user