blob: 959584fbbb251f330b555c94d62311ba9504e04a [file] [log] [blame]
TracyMg_Li734d5772023-12-25 11:21:34 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * dts file for Phytium pe2201 board
4 * Copyright (C) 2023, Phytium Technology Co., Ltd.
5 * lixinde <lixinde@phytium.com.cn>
6 * weichangzheng <weichangzheng@phytium.com.cn>
7 */
8/dts-v1/;
9
10/ {
11 model = "Phytium pe2201 Board";
12 compatible = "phytium,pe2201";
13 #address-cells = <2>;
14 #size-cells = <2>;
15
16 aliases {
17 serial0 = &uart0;
18 };
19
20 uart0: serial@2800c000 {
21 compatible = "arm,pl011", "arm,primecell";
22 reg = <0x0 0x2800c000 0x0 0x1000>;
23 clock = <100000000>;
24 };
25
26 soc {
27 compatible = "simple-bus";
28 #address-cells = <2>;
29 #size-cells = <2>;
30 ranges;
31
32 pcie@40000000 {
33 compatible = "pci-host-ecam-generic";
34 device_type = "pci";
35 #address-cells = <3>;
36 #size-cells = <2>;
37 reg = <0x0 0x40000000 0x0 0x10000000>;
38 ranges = <0x01000000 0x00 0x00000000 0x0 0x50000000 0x0 0x00F00000>,
39 <0x02000000 0x00 0x58000000 0x0 0x58000000 0x0 0x28000000>,
40 <0x43000000 0x10 0x00000000 0x10 0x00000000 0x10 0x00000000>;
41 };
42 };
43};