blob: 9f8abfc3bcf29ab1d631fd0f58c28b629d660ec7 [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 };
Christian Marangi01a16662025-04-07 22:01:45 +020014
15 soc {
16 chip_scu: syscon@1fa20000 {
17 compatible = "airoha,en7581-chip-scu", "syscon";
18 reg = <0x0 0x1fa20000 0x0 0x388>;
19 };
20 };
Christian Marangic771b632025-03-14 19:59:21 +010021};
22
23&uart1 {
24 bootph-all;
25};