You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
307 B
16 lines
307 B
/* |
|
* Copyright (c) 2024 Nordic Semiconductor |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
&tbm { |
|
status = "okay"; |
|
}; |
|
|
|
&tddconf { |
|
status = "okay"; |
|
etrsources = <(NRF_TDDCONF_SOURCE_STMMAINCORE | NRF_TDDCONF_SOURCE_STMPPR | |
|
NRF_TDDCONF_SOURCE_STMFLPR)>; |
|
portconfig = <0>; |
|
etrbuffer = <&etr_buffer>; |
|
};
|
|
|