Christian Marangi | c771b63 | 2025-03-14 19:59:21 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | / { |
| 4 | reserved-memory { |
| 5 | #address-cells = <2>; |
| 6 | #size-cells = <2>; |
| 7 | ranges; |
| 8 | |
| 9 | atf-reserved-memory@80000000 { |
| 10 | no-map; |
| 11 | reg = <0x0 0x80000000 0x0 0x40000>; |
| 12 | }; |
| 13 | }; |
Christian Marangi | 01a1666 | 2025-04-07 22:01:45 +0200 | [diff] [blame] | 14 | |
| 15 | soc { |
| 16 | chip_scu: syscon@1fa20000 { |
| 17 | compatible = "airoha,en7581-chip-scu", "syscon"; |
| 18 | reg = <0x0 0x1fa20000 0x0 0x388>; |
| 19 | }; |
| 20 | }; |
Christian Marangi | c771b63 | 2025-03-14 19:59:21 +0100 | [diff] [blame] | 21 | }; |
| 22 | |
| 23 | &uart1 { |
| 24 | bootph-all; |
| 25 | }; |