Jagdish Gediya | 432054b | 2018-09-03 21:35:12 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * T2080/T2081 Silicon/SoC Device Tree Source (pre include) |
| 4 | * |
| 5 | * Copyright 2013 Freescale Semiconductor Inc. |
Biwen Li | 8e4be6d | 2020-05-01 20:04:19 +0800 | [diff] [blame] | 6 | * Copyright 2018,2020 NXP |
Jagdish Gediya | 432054b | 2018-09-03 21:35:12 +0530 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | /dts-v1/; |
| 10 | |
| 11 | /include/ "e6500_power_isa.dtsi" |
| 12 | |
| 13 | / { |
| 14 | #address-cells = <2>; |
| 15 | #size-cells = <2>; |
| 16 | interrupt-parent = <&mpic>; |
| 17 | |
| 18 | cpus { |
| 19 | #address-cells = <1>; |
| 20 | #size-cells = <0>; |
| 21 | |
| 22 | cpu0: PowerPC,e6500@0 { |
| 23 | device_type = "cpu"; |
| 24 | reg = <0 1>; |
| 25 | fsl,portid-mapping = <0x80000000>; |
| 26 | }; |
| 27 | cpu1: PowerPC,e6500@2 { |
| 28 | device_type = "cpu"; |
| 29 | reg = <2 3>; |
| 30 | fsl,portid-mapping = <0x80000000>; |
| 31 | }; |
| 32 | cpu2: PowerPC,e6500@4 { |
| 33 | device_type = "cpu"; |
| 34 | reg = <4 5>; |
| 35 | fsl,portid-mapping = <0x80000000>; |
| 36 | }; |
| 37 | cpu3: PowerPC,e6500@6 { |
| 38 | device_type = "cpu"; |
| 39 | reg = <6 7>; |
| 40 | fsl,portid-mapping = <0x80000000>; |
| 41 | }; |
| 42 | }; |
| 43 | |
| 44 | soc: soc@ffe000000 { |
| 45 | ranges = <0x00000000 0xf 0xfe000000 0x1000000>; |
| 46 | reg = <0xf 0xfe000000 0 0x00001000>; |
| 47 | #address-cells = <1>; |
| 48 | #size-cells = <1>; |
| 49 | device_type = "soc"; |
| 50 | compatible = "simple-bus"; |
| 51 | |
| 52 | mpic: pic@40000 { |
| 53 | interrupt-controller; |
| 54 | #address-cells = <0>; |
| 55 | #interrupt-cells = <4>; |
| 56 | reg = <0x40000 0x40000>; |
| 57 | compatible = "fsl,mpic"; |
| 58 | device_type = "open-pic"; |
| 59 | clock-frequency = <0x0>; |
| 60 | }; |
Yinbo Zhu | 2cf0eb5 | 2019-04-11 11:01:42 +0000 | [diff] [blame] | 61 | |
| 62 | esdhc: esdhc@114000 { |
| 63 | compatible = "fsl,esdhc"; |
| 64 | reg = <0x114000 0x1000>; |
| 65 | interrupts = <48 2 0 0>; |
| 66 | clock-frequency = <0>; |
| 67 | sdhci,auto-cmd12; |
| 68 | bus-width = <4>; |
| 69 | voltage-ranges = <1800 1800 3300 3300>; |
| 70 | }; |
Yinbo Zhu | c05e2b9 | 2019-04-11 11:02:01 +0000 | [diff] [blame] | 71 | |
| 72 | usb0: usb@210000 { |
| 73 | compatible = "fsl-usb2-mph"; |
| 74 | reg = <0x210000 0x1000>; |
| 75 | #address-cells = <1>; |
| 76 | #size-cells = <0>; |
| 77 | interrupts = <44 0x2 0 0>; |
| 78 | phy_type = "utmi"; |
| 79 | }; |
| 80 | |
| 81 | usb1: usb@211000 { |
| 82 | compatible = "fsl-usb2-dr"; |
| 83 | reg = <0x211000 0x1000>; |
| 84 | #address-cells = <1>; |
| 85 | #size-cells = <0>; |
| 86 | interrupts = <45 0x2 0 0>; |
| 87 | dr_mode = "host"; |
| 88 | phy_type = "utmi"; |
| 89 | }; |
Peng Ma | b8f653f | 2019-03-27 09:23:28 +0000 | [diff] [blame] | 90 | |
Peng Ma | ce92b89 | 2019-12-23 09:28:18 +0000 | [diff] [blame] | 91 | sata: sata@220000 { |
Peng Ma | b8f653f | 2019-03-27 09:23:28 +0000 | [diff] [blame] | 92 | compatible = "fsl,pq-sata-v2"; |
| 93 | reg = <0x220000 0x1000>; |
| 94 | interrupts = <68 0x2 0 0>; |
Peng Ma | ce92b89 | 2019-12-23 09:28:18 +0000 | [diff] [blame] | 95 | sata-offset = <0x1000>; |
| 96 | sata-number = <2>; |
| 97 | sata-fpdma = <0>; |
Peng Ma | b8f653f | 2019-03-27 09:23:28 +0000 | [diff] [blame] | 98 | }; |
Biwen Li | 8e4be6d | 2020-05-01 20:04:19 +0800 | [diff] [blame] | 99 | /include/ "qoriq-i2c-0.dtsi" |
| 100 | /include/ "qoriq-i2c-1.dtsi" |
Jagdish Gediya | 432054b | 2018-09-03 21:35:12 +0530 | [diff] [blame] | 101 | }; |
Hou Zhiqiang | 13c5e5b | 2019-04-24 23:41:07 +0800 | [diff] [blame] | 102 | |
| 103 | pcie@ffe240000 { |
| 104 | compatible = "fsl,pcie-t2080", "fsl,pcie-fsl-qoriq"; |
| 105 | reg = <0xf 0xfe240000 0x0 0x4000>; /* registers */ |
| 106 | law_trgt_if = <0>; |
| 107 | #address-cells = <3>; |
| 108 | #size-cells = <2>; |
| 109 | device_type = "pci"; |
| 110 | bus-range = <0x0 0xff>; |
| 111 | ranges = <0x01000000 0x0 0x00000000 0xf 0xf8000000 0x0 0x00010000 /* downstream I/O */ |
| 112 | 0x02000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000>; /* non-prefetchable memory */ |
| 113 | }; |
| 114 | |
| 115 | pcie@ffe250000 { |
| 116 | compatible = "fsl,pcie-t2080", "fsl,pcie-fsl-qoriq"; |
| 117 | reg = <0xf 0xfe250000 0x0 0x1000>; /* registers */ |
| 118 | law_trgt_if = <1>; |
| 119 | #address-cells = <3>; |
| 120 | #size-cells = <2>; |
| 121 | device_type = "pci"; |
| 122 | bus-range = <0x0 0xff>; |
| 123 | ranges = <0x01000000 0x0 0x00000000 0xf 0xf8010000 0x0 0x00010000 /* downstream I/O */ |
| 124 | 0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x10000000>; /* non-prefetchable memory */ |
| 125 | }; |
| 126 | |
| 127 | pcie@ffe260000 { |
| 128 | compatible = "fsl,pcie-t2080", "fsl,pcie-fsl-qoriq"; |
| 129 | reg = <0xf 0xfe260000 0x0 0x1000>; /* registers */ |
| 130 | law_trgt_if = <2>; |
| 131 | #address-cells = <3>; |
| 132 | #size-cells = <2>; |
| 133 | device_type = "pci"; |
| 134 | bus-range = <0x0 0xff>; |
| 135 | ranges = <0x01000000 0x0 0x00000000 0xf 0xf8020000 0x0 0x00010000 /* downstream I/O */ |
| 136 | 0x02000000 0x0 0xe0000000 0xc 0x30000000 0x0 0x10000000>; /* non-prefetchable memory */ |
| 137 | }; |
| 138 | |
| 139 | pcie@ffe270000 { |
| 140 | compatible = "fsl,pcie-t2080", "fsl,pcie-fsl-qoriq"; |
| 141 | reg = <0xf 0xfe270000 0x0 0x1000>; /* registers */ |
| 142 | law_trgt_if = <3>; |
| 143 | #address-cells = <3>; |
| 144 | #size-cells = <2>; |
| 145 | device_type = "pci"; |
| 146 | bus-range = <0x0 0xff>; |
| 147 | ranges = <0x01000000 0x0 0x00000000 0xf 0xf8030000 0x0 0x00010000 /* downstream I/O */ |
| 148 | 0x02000000 0x0 0xe0000000 0xc 0x40000000 0x0 0x10000000>; /* non-prefetchable memory */ |
| 149 | }; |
Jagdish Gediya | 432054b | 2018-09-03 21:35:12 +0530 | [diff] [blame] | 150 | }; |