Skip to content

[nrf fromtree] Patches to enable the nrf5340bsim #1462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions boards/posix/nrf_bsim/nrf5340bsim_nrf5340_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
};

chosen {
zephyr,entropy = &rng_hci;
zephyr,flash = &flash0;
zephyr,bt-hci-ipc = &ipc0;
nordic,802154-spinel-ipc = &ipc0;
zephyr,ieee802154 = &ieee802154;
};

soc {
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ manifest:
groups:
- tools
- name: nrf_hw_models
revision: a715dcc179f1a71f51c574165958b72fe932ae3f
revision: 9b985ea6bc237b6ae06f48eb228f2ac7f6e3b96b
path: modules/bsim_hw_models/nrf_hw_models
- name: open-amp
revision: 214f9fc1539f8e5937c0474cb6ee29b6dcb2d4b8
Expand Down