Apurva Nandan | 3818b14 | 2024-02-24 01:51:49 +0530 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
| 2 | /* |
| 3 | * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/ |
| 4 | */ |
| 5 | |
| 6 | #include "k3-j784s4-binman.dtsi" |
| 7 | |
| 8 | / { |
| 9 | memory@80000000 { |
| 10 | bootph-all; |
| 11 | }; |
| 12 | }; |
| 13 | |
| 14 | &mcu_udmap { |
| 15 | reg = <0x0 0x285c0000 0x0 0x100>, |
| 16 | <0x0 0x284c0000 0x0 0x4000>, |
| 17 | <0x0 0x2a800000 0x0 0x40000>, |
| 18 | <0x0 0x284a0000 0x0 0x4000>, |
| 19 | <0x0 0x2aa00000 0x0 0x40000>, |
| 20 | <0x0 0x28400000 0x0 0x2000>; |
| 21 | reg-names = "gcfg", "rchan", "rchanrt", "tchan", |
| 22 | "tchanrt", "rflow"; |
| 23 | bootph-pre-ram; |
| 24 | }; |
| 25 | |
| 26 | &sms { |
| 27 | k3_sysreset: sysreset-controller { |
| 28 | compatible = "ti,sci-sysreset"; |
| 29 | bootph-pre-ram; |
| 30 | }; |
| 31 | }; |