Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * dts file for Xilinx ZynqMP zc1751-xm017-dc3 |
| 4 | * |
Michal Simek | 8676f51 | 2021-06-03 10:47:04 +0200 | [diff] [blame] | 5 | * (C) Copyright 2016 - 2021, Xilinx, Inc. |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 6 | * |
| 7 | * Michal Simek <michal.simek@xilinx.com> |
| 8 | */ |
| 9 | |
| 10 | /dts-v1/; |
| 11 | |
| 12 | #include "zynqmp.dtsi" |
| 13 | #include "zynqmp-clk-ccf.dtsi" |
Piyush Mehta | f2a532e | 2021-06-21 10:11:27 +0530 | [diff] [blame] | 14 | #include <dt-bindings/phy/phy.h> |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 15 | |
| 16 | / { |
| 17 | model = "ZynqMP zc1751-xm017-dc3 RevA"; |
| 18 | compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp"; |
| 19 | |
| 20 | aliases { |
| 21 | ethernet0 = &gem0; |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 22 | i2c0 = &i2c0; |
| 23 | i2c1 = &i2c1; |
| 24 | mmc0 = &sdhci1; |
| 25 | rtc0 = &rtc; |
| 26 | serial0 = &uart0; |
| 27 | serial1 = &uart1; |
| 28 | usb0 = &usb0; |
| 29 | usb1 = &usb1; |
| 30 | }; |
| 31 | |
| 32 | chosen { |
| 33 | bootargs = "earlycon"; |
| 34 | stdout-path = "serial0:115200n8"; |
| 35 | }; |
| 36 | |
| 37 | memory@0 { |
| 38 | device_type = "memory"; |
| 39 | reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>; |
| 40 | }; |
Piyush Mehta | f2a532e | 2021-06-21 10:11:27 +0530 | [diff] [blame] | 41 | |
| 42 | clock_si5338_2: clk26 { |
| 43 | compatible = "fixed-clock"; |
| 44 | #clock-cells = <0>; |
| 45 | clock-frequency = <26000000>; |
| 46 | }; |
| 47 | |
| 48 | clock_si5338_3: clk125 { |
| 49 | compatible = "fixed-clock"; |
| 50 | #clock-cells = <0>; |
| 51 | clock-frequency = <125000000>; |
| 52 | }; |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 53 | }; |
| 54 | |
| 55 | &fpd_dma_chan1 { |
| 56 | status = "okay"; |
| 57 | }; |
| 58 | |
| 59 | &fpd_dma_chan2 { |
| 60 | status = "okay"; |
| 61 | }; |
| 62 | |
| 63 | &fpd_dma_chan3 { |
| 64 | status = "okay"; |
| 65 | }; |
| 66 | |
| 67 | &fpd_dma_chan4 { |
| 68 | status = "okay"; |
| 69 | }; |
| 70 | |
| 71 | &fpd_dma_chan5 { |
| 72 | status = "okay"; |
| 73 | }; |
| 74 | |
| 75 | &fpd_dma_chan6 { |
| 76 | status = "okay"; |
| 77 | }; |
| 78 | |
| 79 | &fpd_dma_chan7 { |
| 80 | status = "okay"; |
| 81 | }; |
| 82 | |
| 83 | &fpd_dma_chan8 { |
| 84 | status = "okay"; |
| 85 | }; |
| 86 | |
| 87 | &gem0 { |
| 88 | status = "okay"; |
| 89 | phy-handle = <&phy0>; |
| 90 | phy-mode = "rgmii-id"; |
Michal Simek | 393decf | 2019-08-08 12:44:22 +0200 | [diff] [blame] | 91 | phy0: ethernet-phy@0 { /* VSC8211 */ |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 92 | reg = <0>; |
| 93 | }; |
| 94 | }; |
| 95 | |
| 96 | &gpio { |
| 97 | status = "okay"; |
| 98 | }; |
| 99 | |
| 100 | /* just eeprom here */ |
| 101 | &i2c0 { |
| 102 | status = "okay"; |
| 103 | clock-frequency = <400000>; |
| 104 | |
| 105 | tca6416_u26: gpio@20 { |
| 106 | compatible = "ti,tca6416"; |
| 107 | reg = <0x20>; |
| 108 | gpio-controller; |
| 109 | #gpio-cells = <2>; |
| 110 | /* IRQ not connected */ |
| 111 | }; |
| 112 | |
| 113 | rtc@68 { |
| 114 | compatible = "dallas,ds1339"; |
| 115 | reg = <0x68>; |
| 116 | }; |
| 117 | }; |
| 118 | |
| 119 | /* eeprom24c02 and SE98A temp chip pca9306 */ |
| 120 | &i2c1 { |
| 121 | status = "okay"; |
| 122 | clock-frequency = <400000>; |
| 123 | }; |
| 124 | |
| 125 | /* MT29F64G08AECDBJ4-6 */ |
| 126 | &nand0 { |
| 127 | status = "okay"; |
| 128 | arasan,has-mdma; |
| 129 | num-cs = <2>; |
| 130 | |
| 131 | partition@0 { /* for testing purpose */ |
| 132 | label = "nand-fsbl-uboot"; |
| 133 | reg = <0x0 0x0 0x400000>; |
| 134 | }; |
| 135 | partition@1 { /* for testing purpose */ |
| 136 | label = "nand-linux"; |
| 137 | reg = <0x0 0x400000 0x1400000>; |
| 138 | }; |
| 139 | partition@2 { /* for testing purpose */ |
| 140 | label = "nand-device-tree"; |
| 141 | reg = <0x0 0x1800000 0x400000>; |
| 142 | }; |
| 143 | partition@3 { /* for testing purpose */ |
| 144 | label = "nand-rootfs"; |
| 145 | reg = <0x0 0x1C00000 0x1400000>; |
| 146 | }; |
| 147 | partition@4 { /* for testing purpose */ |
| 148 | label = "nand-bitstream"; |
| 149 | reg = <0x0 0x3000000 0x400000>; |
| 150 | }; |
| 151 | partition@5 { /* for testing purpose */ |
| 152 | label = "nand-misc"; |
| 153 | reg = <0x0 0x3400000 0xFCC00000>; |
| 154 | }; |
| 155 | |
| 156 | partition@6 { /* for testing purpose */ |
| 157 | label = "nand1-fsbl-uboot"; |
| 158 | reg = <0x1 0x0 0x400000>; |
| 159 | }; |
| 160 | partition@7 { /* for testing purpose */ |
| 161 | label = "nand1-linux"; |
| 162 | reg = <0x1 0x400000 0x1400000>; |
| 163 | }; |
| 164 | partition@8 { /* for testing purpose */ |
| 165 | label = "nand1-device-tree"; |
| 166 | reg = <0x1 0x1800000 0x400000>; |
| 167 | }; |
| 168 | partition@9 { /* for testing purpose */ |
| 169 | label = "nand1-rootfs"; |
| 170 | reg = <0x1 0x1C00000 0x1400000>; |
| 171 | }; |
| 172 | partition@10 { /* for testing purpose */ |
| 173 | label = "nand1-bitstream"; |
| 174 | reg = <0x1 0x3000000 0x400000>; |
| 175 | }; |
| 176 | partition@11 { /* for testing purpose */ |
| 177 | label = "nand1-misc"; |
| 178 | reg = <0x1 0x3400000 0xFCC00000>; |
| 179 | }; |
| 180 | }; |
| 181 | |
Piyush Mehta | f2a532e | 2021-06-21 10:11:27 +0530 | [diff] [blame] | 182 | &psgtr { |
| 183 | status = "okay"; |
| 184 | /* usb3, sata */ |
| 185 | clocks = <&clock_si5338_2>, <&clock_si5338_3>; |
| 186 | clock-names = "ref2", "ref3"; |
| 187 | }; |
| 188 | |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 189 | &rtc { |
| 190 | status = "okay"; |
| 191 | }; |
| 192 | |
| 193 | &sata { |
| 194 | status = "okay"; |
| 195 | /* SATA phy OOB timing settings */ |
| 196 | ceva,p0-cominit-params = /bits/ 8 <0x1B 0x4D 0x18 0x28>; |
| 197 | ceva,p0-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>; |
| 198 | ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; |
| 199 | ceva,p0-retry-params = /bits/ 16 <0x96A4 0x3FFC>; |
| 200 | ceva,p1-cominit-params = /bits/ 8 <0x1B 0x4D 0x18 0x28>; |
| 201 | ceva,p1-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>; |
| 202 | ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; |
| 203 | ceva,p1-retry-params = /bits/ 16 <0x96A4 0x3FFC>; |
Piyush Mehta | f2a532e | 2021-06-21 10:11:27 +0530 | [diff] [blame] | 204 | phy-names = "sata-phy"; |
| 205 | phys = <&psgtr 2 PHY_TYPE_SATA 0 3>; |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 206 | }; |
| 207 | |
| 208 | &sdhci1 { /* emmc with some settings */ |
| 209 | status = "okay"; |
| 210 | }; |
| 211 | |
| 212 | /* main */ |
| 213 | &uart0 { |
| 214 | status = "okay"; |
| 215 | }; |
| 216 | |
| 217 | /* DB9 */ |
| 218 | &uart1 { |
| 219 | status = "okay"; |
| 220 | }; |
| 221 | |
| 222 | &usb0 { |
| 223 | status = "okay"; |
Manish Narani | f3c6338 | 2021-07-14 06:17:19 -0600 | [diff] [blame] | 224 | phy-names = "usb3-phy"; |
| 225 | phys = <&psgtr 0 PHY_TYPE_USB3 0 2>; |
Michal Simek | 06c5e0f | 2021-06-11 08:52:25 +0200 | [diff] [blame] | 226 | }; |
| 227 | |
| 228 | &dwc3_0 { |
| 229 | status = "okay"; |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 230 | dr_mode = "host"; |
Michal Simek | 06c5e0f | 2021-06-11 08:52:25 +0200 | [diff] [blame] | 231 | snps,usb3_lpm_capable; |
| 232 | maximum-speed = "super-speed"; |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 233 | }; |
| 234 | |
| 235 | /* ULPI SMSC USB3320 */ |
| 236 | &usb1 { |
| 237 | status = "okay"; |
Manish Narani | f3c6338 | 2021-07-14 06:17:19 -0600 | [diff] [blame] | 238 | phy-names = "usb3-phy"; |
| 239 | phys = <&psgtr 3 PHY_TYPE_USB3 1 2>; |
Michal Simek | 06c5e0f | 2021-06-11 08:52:25 +0200 | [diff] [blame] | 240 | }; |
| 241 | |
| 242 | &dwc3_1 { |
| 243 | status = "okay"; |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 244 | dr_mode = "host"; |
Michal Simek | 06c5e0f | 2021-06-11 08:52:25 +0200 | [diff] [blame] | 245 | snps,usb3_lpm_capable; |
| 246 | maximum-speed = "super-speed"; |
Michal Simek | 316a9f2 | 2018-03-28 15:00:25 +0200 | [diff] [blame] | 247 | }; |