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:
parent
cae275ee5b
commit
f495094540
@ -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";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user