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 | }; | ||||
14 | }; | ||||
15 | |||||
16 | &uart1 { | ||||
17 | bootph-all; | ||||
18 | }; |