blob: 1dce8e86e9a3c0c143e68f6f1e15d9a076305298 [file] [log] [blame]
Hou Zhiqiangec70ced2019-08-20 09:35:28 +00001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * P1020 Silicon/SoC Device Tree Source (post include)
4 *
5 * Copyright 2013 Freescale Semiconductor Inc.
6 * Copyright 2019 NXP
7 */
8
9&soc {
10 #address-cells = <1>;
11 #size-cells = <1>;
12 device_type = "soc";
13 compatible = "fsl,p1020-immr", "simple-bus";
14 bus-frequency = <0x0>;
15
Ran Wangac02a942019-12-12 17:30:53 +080016 usb@22000 {
17 compatible = "fsl-usb2-dr";
18 reg = <0x22000 0x1000>;
19 phy_type = "ulpi";
20 };
21
22 usb@23000 {
23 compatible = "fsl-usb2-dr";
24 reg = <0x23000 0x1000>;
25 phy_type = "ulpi";
26 };
27
Hou Zhiqiangec70ced2019-08-20 09:35:28 +000028 mpic: pic@40000 {
29 interrupt-controller;
30 #address-cells = <0>;
31 #interrupt-cells = <4>;
32 reg = <0x40000 0x40000>;
33 compatible = "fsl,mpic";
34 device_type = "open-pic";
35 big-endian;
36 single-cpu-affinity;
37 last-interrupt-source = <255>;
38 };
Yinbo Zhub73d5372019-10-15 17:20:40 +080039
40 esdhc: esdhc@2e000 {
41 compatible = "fsl,esdhc";
42 reg = <0x2e000 0x1000>;
43 /* Filled in by U-Boot */
44 clock-frequency = <0>;
45 };
Ran Wangac02a942019-12-12 17:30:53 +080046
Biwen Li74014df2020-05-01 20:04:01 +080047 /include/ "pq3-i2c-0.dtsi"
48 /include/ "pq3-i2c-1.dtsi"
Hou Zhiqiangec70ced2019-08-20 09:35:28 +000049};
Hou Zhiqiang594708d2019-08-27 11:04:04 +000050
51/* PCIe controller base address 0x9000 */
52&pci1 {
53 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
54 law_trgt_if = <1>;
55 #address-cells = <3>;
56 #size-cells = <2>;
57 device_type = "pci";
58 bus-range = <0x0 0xff>;
59};
60
61/* PCIe controller base address 0xa000 */
62&pci0 {
63 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
64 law_trgt_if = <2>;
65 #address-cells = <3>;
66 #size-cells = <2>;
67 device_type = "pci";
68 bus-range = <0x0 0xff>;
69};