Skip to content

Commit 591a05a

Browse files
karstenkoenigjukkar
authored andcommitted
[nrf fromtree] dts: bindings: arm: nordic: tddconf: Add etrbuffer
Introduce etrbuffer in the tddconf bindings to support flexible placement in the memory map. Signed-off-by: Karsten Koenig <[email protected]> (cherry picked from commit a4fcd5e) (cherry picked from commit 33448ac)
1 parent 559f627 commit 591a05a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

dts/bindings/arm/nordic,nrf-tddconf.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ properties:
3838
- 1
3939
- 2
4040
- 3
41+
42+
etrbuffer:
43+
description: phandle to the memory region used for the ETR buffer
44+
type: phandle

snippets/nordic-log-stm-dict/boards/nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
etrsources = <(NRF_TDDCONF_SOURCE_STMMAINCORE | NRF_TDDCONF_SOURCE_STMPPR |
1313
NRF_TDDCONF_SOURCE_STMFLPR)>;
1414
portconfig = <0>;
15+
etrbuffer = <&etr_buffer>;
1516
};

snippets/nordic-log-stm/boards/nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
etrsources = <(NRF_TDDCONF_SOURCE_STMMAINCORE | NRF_TDDCONF_SOURCE_STMPPR |
1313
NRF_TDDCONF_SOURCE_STMFLPR)>;
1414
portconfig = <0>;
15+
etrbuffer = <&etr_buffer>;
1516
};

0 commit comments

Comments
 (0)