Skip to content

Commit

Permalink
dts: bindings: arm: nordic: tddconf: Add etrbuffer
Browse files Browse the repository at this point in the history
Introduce etrbuffer in the tddconf bindings to support flexible
placement in the memory map.

Signed-off-by: Karsten Koenig <[email protected]>
  • Loading branch information
karstenkoenig committed Nov 14, 2024
1 parent c0a0e6a commit 9d06a3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
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>;
};

0 comments on commit 9d06a3a

Please sign in to comment.