diff options
| author | Paresh Bhagat <[email protected]> | 2026-02-09 12:58:19 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-23 15:26:02 -0600 |
| commit | b45bdb822c29a2fd854fe0429e3f92c64982a57f (patch) | |
| tree | 4b8c430f7cd88bdc435088eeefcde781523a6d93 | |
| parent | b99da05e1538b8fa153322da82917af2aa27e1d6 (diff) | |
arm: dts: k3-am62d2-r5: Add DMA and OSPI configuration
Enable WKUP UART0 for DM firmware logs, configure DMA controllers with
TI SCI references, and update OSPI0 register mapping.
Signed-off-by: Paresh Bhagat <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-am62d2-r5.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am62d2-r5.dtsi b/arch/arm/dts/k3-am62d2-r5.dtsi index 23dfc49c2ea..4a58711bfbc 100644 --- a/arch/arm/dts/k3-am62d2-r5.dtsi +++ b/arch/arm/dts/k3-am62d2-r5.dtsi @@ -73,3 +73,21 @@ clock-frequency = <25000000>; bootph-pre-ram; }; + +/* WKUP UART0 is used for DM firmware logs */ +&wkup_uart0 { + status = "okay"; +}; + +&main_pktdma { + ti,sci = <&dm_tifs>; +}; + +&main_bcdma { + ti,sci = <&dm_tifs>; +}; + +&ospi0 { + reg = <0x00 0x0fc40000 0x00 0x100>, + <0x00 0x60000000 0x00 0x08000000>; +}; |
