dts: nordic: nrf54h20: Add stmesp nodes
Add nodes for STMESP peripherals. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
34ab5b02ba
commit
508434b2b2
3 changed files with 15 additions and 0 deletions
|
|
@ -27,6 +27,11 @@ wdt011: &cpuapp_wdt011 {};
|
|||
compatible = "simple-bus";
|
||||
interrupt-parent = <&cpuapp_nvic>;
|
||||
ranges;
|
||||
|
||||
stmesp: memory@a2000000 {
|
||||
compatible = "arm,stmesp";
|
||||
reg = <0xa2000000 0x1000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,11 @@ wdt011: &cpurad_wdt011 {};
|
|||
compatible = "simple-bus";
|
||||
interrupt-parent = <&cpurad_nvic>;
|
||||
ranges;
|
||||
|
||||
stmesp: memory@a3000000 {
|
||||
compatible = "arm,stmesp";
|
||||
reg = <0xa3000000 0x1000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,11 @@ cpusys_vevif: &cpusys_vevif_tx {};
|
|||
compatible = "simple-bus";
|
||||
interrupt-parent = <&cpuppr_clic>;
|
||||
ranges;
|
||||
|
||||
stmesp: memory@ae000000 {
|
||||
compatible = "arm,stmesp";
|
||||
reg = <0xae000000 0x1000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue