blob: ac30b813ff3b7bd6b212539340bcf0650b054a93 [file] [log] [blame]
Mathew McBride43b38502023-04-12 07:38:15 +00001// SPDX-License-Identifier: GPL-2.0+
2#include <config.h>
3
Mathew McBride6d9ec6a2023-04-12 07:38:16 +00004/{
5 memory@80000000 {
6 device_type = "memory";
7 reg = <0x00000000 0x80000000 0 0x80000000>;
8 /* DRAM space - 1, size : 2 GB DRAM */
9 };
10};
11
Mathew McBride43b38502023-04-12 07:38:15 +000012&duart0 {
13 bootph-all;
14};
15
16&duart1 {
17 bootph-all;
18};
Mathew McBride510b9882023-04-12 07:38:20 +000019
20&pcie1 {
21 status = "okay";
22};
23
24&pcie2 {
25 status = "okay";
26};
27
28&pcie3 {
29 status = "okay";
30};
31