Browse Source

soc: nordic_nrf: Migrate nRF9151 to v2

Moves this SoC over from v1 to v2 so it can be used in HWMv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
fba98a1763
  1. 0
      soc/nordic_nrf/nrf91/Kconfig.defconfig.nrf9151_LACA
  2. 14
      soc/nordic_nrf/nrf91/Kconfig.soc
  3. 3
      soc/nordic_nrf/soc.yml

0
soc/soc_legacy/arm/nordic_nrf/nrf91/Kconfig.defconfig.nrf9151_LACA → soc/nordic_nrf/nrf91/Kconfig.defconfig.nrf9151_LACA

14
soc/nordic_nrf/nrf91/Kconfig.soc

@ -36,13 +36,7 @@ config SOC_NRF9151_LACA
select SOC_NRF9120 select SOC_NRF9120
config SOC config SOC
default "nRF9131_LACA" default "nRF9131_LACA" if SOC_NRF9131_LACA
depends on SOC_NRF9131_LACA default "nRF9151_LACA" if SOC_NRF9151_LACA
default "nRF9160_SICA" if SOC_NRF9160_SICA
config SOC default "nRF9161_LACA" if SOC_NRF9161_LACA
default "nRF9160_SICA"
depends on SOC_NRF9160_SICA
config SOC
default "nRF9161_LACA"
depends on SOC_NRF9161_LACA

3
soc/nordic_nrf/soc.yml

@ -22,6 +22,7 @@ family:
- name: cpunet - name: cpunet
- name: nrf91 - name: nrf91
socs: socs:
- name: nrf9131
- name: nrf9151
- name: nrf9160 - name: nrf9160
- name: nrf9161 - name: nrf9161
- name: nrf9131

Loading…
Cancel
Save