summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/ae350-u-boot.dtsi
blob: 0d4201cfae9fa7e779727453a60f731252d0cc44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// SPDX-License-Identifier: (GPL-2.0 OR MIT)

/ {
	cpus {
		u-boot,dm-spl;
		CPU0: cpu@0 {
			u-boot,dm-spl;
			CPU0_intc: interrupt-controller {
				u-boot,dm-spl;
			};
		};
		CPU1: cpu@1 {
			u-boot,dm-spl;
			CPU1_intc: interrupt-controller {
				u-boot,dm-spl;
			};
		};
		CPU2: cpu@2 {
			u-boot,dm-spl;
			CPU2_intc: interrupt-controller {
				u-boot,dm-spl;
			};
		};
		CPU3: cpu@3 {
			u-boot,dm-spl;
			CPU3_intc: interrupt-controller {
				u-boot,dm-spl;
			};
		};
	};

	memory@0 {
		u-boot,dm-spl;
	};

	soc {
		u-boot,dm-spl;

		plic1: interrupt-controller@e6400000 {
			u-boot,dm-spl;
		};

		plmt0@e6000000 {
			u-boot,dm-spl;
		};
	};

	serial0: serial@f0300000 {
		u-boot,dm-spl;
	};

};