2024-05-07 14:59:44 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2024 Nordic Semiconductor
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
&tbm {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&tddconf {
|
|
|
|
status = "okay";
|
2024-09-19 18:28:17 +08:00
|
|
|
etrsources = <(NRF_TDDCONF_SOURCE_STMMAINCORE | NRF_TDDCONF_SOURCE_STMPPR |
|
|
|
|
NRF_TDDCONF_SOURCE_STMFLPR)>;
|
2024-05-07 14:59:44 +08:00
|
|
|
portconfig = <0>;
|
|
|
|
};
|