dts: boards: we: add board Ophelia-IV
add new board Ophelia-IV Signed-off-by: Matthias Hauser <matthias.hauser@we-online.de>
This commit is contained in:
parent
d5b2507a13
commit
941a5489d3
107 changed files with 2051 additions and 0 deletions
|
@ -15,6 +15,7 @@ tests:
|
|||
- nrf54l09pdk/nrf54l09/cpuapp
|
||||
- nrf54l15dk/nrf54l15/cpuapp
|
||||
- nrf54l20pdk/nrf54l20/cpuapp
|
||||
- ophelia4ev/nrf54l15/cpuapp
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- nrf54l09pdk/nrf54l09/cpuapp
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* Copyright (c) 2025 Würth Elektronik eiSos GmbH & Co. KG
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/delete-node/ &slot0_ns_partition;
|
||||
/delete-node/ &slot1_partition;
|
||||
/delete-node/ &slot1_ns_partition;
|
||||
|
||||
&cpuapp_rram {
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
small_partition: partition@67000 {
|
||||
label = "small";
|
||||
reg = <0x00067000 0x00010000>;
|
||||
};
|
||||
};
|
||||
};
|
|
@ -17,6 +17,7 @@ tests:
|
|||
timeout: 60
|
||||
platform_allow:
|
||||
- nrf54l15dk/nrf54l15/cpuapp
|
||||
- ophelia4ev/nrf54l15/cpuapp
|
||||
- s32z2xxdc2/s32z270/rtu0
|
||||
- s32z2xxdc2/s32z270/rtu1
|
||||
- s32z2xxdc2@D/s32z270/rtu0
|
||||
|
|
|
@ -8,6 +8,7 @@ tests:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- nrf54l15dk/nrf54l15/cpuapp
|
||||
- ophelia4ev/nrf54l15/cpuapp
|
||||
secure_storage.psa.crypto.tfm:
|
||||
filter: CONFIG_BUILD_WITH_TFM
|
||||
extra_args: EXTRA_CONF_FILE=overlay-tfm.conf
|
||||
|
|
|
@ -2,6 +2,7 @@ common:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- nrf54l15dk/nrf54l15/cpuapp
|
||||
- ophelia4ev/nrf54l15/cpuapp
|
||||
platform_exclude:
|
||||
- qemu_cortex_m0 # settings subsystem initialization fails
|
||||
timeout: 600
|
||||
|
@ -23,6 +24,7 @@ tests:
|
|||
- nrf9151dk/nrf9151
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf9161dk/nrf9161
|
||||
- ophelia4ev/nrf54l15/cpuapp
|
||||
extra_args:
|
||||
- EXTRA_DTC_OVERLAY_FILE=zms.overlay
|
||||
- EXTRA_CONF_FILE=overlay-secure_storage.conf;overlay-store_zms.conf;overlay-transform_default.conf
|
||||
|
|
|
@ -7,6 +7,7 @@ tests:
|
|||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf54l15dk/nrf54l15/cpuapp
|
||||
- ophelia4ev/nrf54l15/cpuapp
|
||||
- mps2/an385
|
||||
integration_platforms:
|
||||
- mps2/an385
|
||||
|
@ -26,6 +27,7 @@ tests:
|
|||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf54l15dk/nrf54l15/cpuapp
|
||||
- ophelia4ev/nrf54l15/cpuapp
|
||||
- mps2/an385
|
||||
integration_platforms:
|
||||
- mps2/an385
|
||||
|
|
|
@ -24,6 +24,7 @@ tests:
|
|||
platform_allow:
|
||||
- nrf54l09pdk/nrf54l09/cpuapp
|
||||
- nrf54l15dk/nrf54l15/cpuapp
|
||||
- ophelia4ev/nrf54l15/cpuapp
|
||||
extra_configs:
|
||||
# Tests, currently, can only support single device testing
|
||||
# and platform enabling SPI NOR automatically brings in a device with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue