blob: 0316b73f3a55fabda6671dbec012901f3483c4b3 [file] [log] [blame]
Christian Marangic771b632025-03-14 19:59:21 +01001// 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};