Skip to content
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
4 changes: 4 additions & 0 deletions dts/bindings/arm/nordic,nrf-tddconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ properties:
- 1
- 2
- 3

etrbuffer:
description: phandle to the memory region used for the ETR buffer
type: phandle
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
etrsources = <(NRF_TDDCONF_SOURCE_STMMAINCORE | NRF_TDDCONF_SOURCE_STMPPR |
NRF_TDDCONF_SOURCE_STMFLPR)>;
portconfig = <0>;
etrbuffer = <&etr_buffer>;
};
1 change: 1 addition & 0 deletions snippets/nordic-log-stm/boards/nrf54h20_cpuapp.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
etrsources = <(NRF_TDDCONF_SOURCE_STMMAINCORE | NRF_TDDCONF_SOURCE_STMPPR |
NRF_TDDCONF_SOURCE_STMFLPR)>;
portconfig = <0>;
etrbuffer = <&etr_buffer>;
};
Loading