Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * dts file for KV260 revA Carrier Card |
| 4 | * |
Michal Simek | 3f283ea | 2023-09-22 12:35:41 +0200 | [diff] [blame] | 5 | * (C) Copyright 2020 - 2022, Xilinx, Inc. |
| 6 | * (C) Copyright 2022 - 2023, Advanced Micro Devices, Inc. |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 7 | * |
Michal Simek | a8c9436 | 2023-07-10 14:35:49 +0200 | [diff] [blame] | 8 | * Michal Simek <michal.simek@amd.com> |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 9 | */ |
| 10 | |
Michal Simek | d9824aa | 2021-08-06 11:12:29 +0200 | [diff] [blame] | 11 | #include <dt-bindings/gpio/gpio.h> |
| 12 | #include <dt-bindings/net/ti-dp83867.h> |
| 13 | #include <dt-bindings/phy/phy.h> |
| 14 | #include <dt-bindings/pinctrl/pinctrl-zynqmp.h> |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 15 | |
| 16 | /dts-v1/; |
| 17 | /plugin/; |
| 18 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 19 | &{/} { |
Michal Simek | 045d031 | 2023-07-10 14:37:34 +0200 | [diff] [blame] | 20 | compatible = "xlnx,zynqmp-sk-kv260-rev2", |
| 21 | "xlnx,zynqmp-sk-kv260-rev1", |
Michal Simek | 20fddd7 | 2021-06-10 18:52:14 +0200 | [diff] [blame] | 22 | "xlnx,zynqmp-sk-kv260-revB", |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 23 | "xlnx,zynqmp-sk-kv260", "xlnx,zynqmp"; |
Michal Simek | f2d270d | 2023-01-18 13:04:14 +0100 | [diff] [blame] | 24 | model = "ZynqMP KV260 revB"; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 25 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 26 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 27 | &i2c1 { /* I2C_SCK C23/C24 - MIO from SOM */ |
| 28 | #address-cells = <1>; |
| 29 | #size-cells = <0>; |
| 30 | pinctrl-names = "default", "gpio"; |
| 31 | pinctrl-0 = <&pinctrl_i2c1_default>; |
| 32 | pinctrl-1 = <&pinctrl_i2c1_gpio>; |
Manikanta Guntupalli | cc45c9c | 2023-07-10 14:37:28 +0200 | [diff] [blame] | 33 | scl-gpios = <&gpio 24 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; |
| 34 | sda-gpios = <&gpio 25 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 35 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 36 | u14: ina260@40 { /* u14 */ |
| 37 | compatible = "ti,ina260"; |
| 38 | #io-channel-cells = <1>; |
| 39 | label = "ina260-u14"; |
| 40 | reg = <0x40>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 41 | }; |
Michal Simek | 1a9fe83 | 2022-02-23 16:17:37 +0100 | [diff] [blame] | 42 | /* u43 - 0x2d - USB hub */ |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 43 | /* u27 - 0xe0 - STDP4320 DP/HDMI splitter */ |
| 44 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 45 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 46 | &amba { |
| 47 | ina260-u14 { |
| 48 | compatible = "iio-hwmon"; |
| 49 | io-channels = <&u14 0>, <&u14 1>, <&u14 2>; |
| 50 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 51 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 52 | si5332_0: si5332_0 { /* u17 */ |
| 53 | compatible = "fixed-clock"; |
| 54 | #clock-cells = <0>; |
| 55 | clock-frequency = <125000000>; |
| 56 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 57 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 58 | si5332_1: si5332_1 { /* u17 */ |
| 59 | compatible = "fixed-clock"; |
| 60 | #clock-cells = <0>; |
| 61 | clock-frequency = <25000000>; |
| 62 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 63 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 64 | si5332_2: si5332_2 { /* u17 */ |
| 65 | compatible = "fixed-clock"; |
| 66 | #clock-cells = <0>; |
| 67 | clock-frequency = <48000000>; |
| 68 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 69 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 70 | si5332_3: si5332_3 { /* u17 */ |
| 71 | compatible = "fixed-clock"; |
| 72 | #clock-cells = <0>; |
| 73 | clock-frequency = <24000000>; |
| 74 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 75 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 76 | si5332_4: si5332_4 { /* u17 */ |
| 77 | compatible = "fixed-clock"; |
| 78 | #clock-cells = <0>; |
| 79 | clock-frequency = <26000000>; |
| 80 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 81 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 82 | si5332_5: si5332_5 { /* u17 */ |
| 83 | compatible = "fixed-clock"; |
| 84 | #clock-cells = <0>; |
| 85 | clock-frequency = <27000000>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 86 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 87 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 88 | |
| 89 | /* DP/USB 3.0 */ |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 90 | &psgtr { |
| 91 | status = "okay"; |
| 92 | /* pcie, usb3, sata */ |
| 93 | clocks = <&si5332_5>, <&si5332_4>, <&si5332_0>; |
| 94 | clock-names = "ref0", "ref1", "ref2"; |
| 95 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 96 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 97 | &zynqmp_dpsub { |
Michal Simek | f499a81 | 2022-02-23 16:17:41 +0100 | [diff] [blame] | 98 | status = "okay"; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 99 | phy-names = "dp-phy0", "dp-phy1"; |
| 100 | phys = <&psgtr 1 PHY_TYPE_DP 0 0>, <&psgtr 0 PHY_TYPE_DP 1 0>; |
Michal Simek | eb10f6a | 2022-02-23 16:17:38 +0100 | [diff] [blame] | 101 | assigned-clock-rates = <27000000>, <25000000>, <300000000>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 102 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 103 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 104 | &zynqmp_dpdma { |
| 105 | status = "okay"; |
Michal Simek | eb10f6a | 2022-02-23 16:17:38 +0100 | [diff] [blame] | 106 | assigned-clock-rates = <600000000>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 107 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 108 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 109 | &usb0 { |
| 110 | status = "okay"; |
| 111 | pinctrl-names = "default"; |
| 112 | pinctrl-0 = <&pinctrl_usb0_default>; |
Manish Narani | f3c6338 | 2021-07-14 06:17:19 -0600 | [diff] [blame] | 113 | phy-names = "usb3-phy"; |
| 114 | phys = <&psgtr 2 PHY_TYPE_USB3 0 1>; |
Michal Simek | bd8ca91 | 2022-02-23 16:17:39 +0100 | [diff] [blame] | 115 | assigned-clock-rates = <250000000>, <20000000>; |
Michal Simek | 1a9fe83 | 2022-02-23 16:17:37 +0100 | [diff] [blame] | 116 | |
| 117 | usb5744: usb-hub { /* u43 */ |
| 118 | status = "okay"; |
| 119 | compatible = "microchip,usb5744"; |
| 120 | i2c-bus = <&i2c1>; |
Michal Simek | b993fec | 2022-02-23 16:17:42 +0100 | [diff] [blame] | 121 | reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>; |
Michal Simek | 1a9fe83 | 2022-02-23 16:17:37 +0100 | [diff] [blame] | 122 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 123 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 124 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 125 | &dwc3_0 { |
| 126 | status = "okay"; |
| 127 | dr_mode = "host"; |
| 128 | snps,usb3_lpm_capable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 129 | maximum-speed = "super-speed"; |
| 130 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 131 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 132 | &sdhci1 { /* on CC with tuned parameters */ |
| 133 | status = "okay"; |
| 134 | pinctrl-names = "default"; |
| 135 | pinctrl-0 = <&pinctrl_sdhci1_default>; |
| 136 | /* |
| 137 | * SD 3.0 requires level shifter and this property |
| 138 | * should be removed if the board has level shifter and |
| 139 | * need to work in UHS mode |
| 140 | */ |
| 141 | no-1-8-v; |
| 142 | disable-wp; |
| 143 | xlnx,mio-bank = <1>; |
| 144 | clk-phase-sd-hs = <126>, <60>; |
| 145 | clk-phase-uhs-sdr25 = <120>, <60>; |
| 146 | clk-phase-uhs-ddr50 = <126>, <48>; |
Michal Simek | bd8ca91 | 2022-02-23 16:17:39 +0100 | [diff] [blame] | 147 | assigned-clock-rates = <187498123>; |
Michal Simek | 409af4a | 2023-09-22 12:35:34 +0200 | [diff] [blame] | 148 | bus-width = <4>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 149 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 150 | |
Michal Simek | 9398734 | 2023-02-20 09:09:04 +0100 | [diff] [blame] | 151 | &gem3 { |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 152 | status = "okay"; |
| 153 | pinctrl-names = "default"; |
| 154 | pinctrl-0 = <&pinctrl_gem3_default>; |
| 155 | phy-handle = <&phy0>; |
| 156 | phy-mode = "rgmii-id"; |
Harini Katakam | 451f57f | 2023-07-10 14:37:33 +0200 | [diff] [blame] | 157 | assigned-clock-rates = <250000000>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 158 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 159 | mdio: mdio { |
| 160 | #address-cells = <1>; |
| 161 | #size-cells = <0>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 162 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 163 | phy0: ethernet-phy@1 { |
| 164 | #phy-cells = <1>; |
| 165 | reg = <1>; |
Michal Simek | 01b0112 | 2022-02-23 16:17:40 +0100 | [diff] [blame] | 166 | compatible = "ethernet-phy-id2000.a231"; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 167 | ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>; |
| 168 | ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_75_NS>; |
| 169 | ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>; |
| 170 | ti,dp83867-rxctrl-strap-quirk; |
Michal Simek | 01b0112 | 2022-02-23 16:17:40 +0100 | [diff] [blame] | 171 | reset-assert-us = <100>; |
| 172 | reset-deassert-us = <280>; |
| 173 | reset-gpios = <&gpio 38 GPIO_ACTIVE_LOW>; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 174 | }; |
| 175 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 176 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 177 | |
Michal Simek | 9398734 | 2023-02-20 09:09:04 +0100 | [diff] [blame] | 178 | &pinctrl0 { |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 179 | status = "okay"; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 180 | |
Tejas Bhumkar | 9285d50 | 2023-10-20 10:36:22 +0530 | [diff] [blame] | 181 | pinctrl_gpio0_default: gpio0-default { |
| 182 | conf { |
| 183 | groups = "gpio0_38_grp"; |
| 184 | bias-pull-up; |
| 185 | power-source = <IO_STANDARD_LVCMOS18>; |
| 186 | }; |
| 187 | |
| 188 | mux { |
| 189 | groups = "gpio0_38_grp"; |
| 190 | function = "gpio0"; |
| 191 | }; |
| 192 | |
| 193 | conf-tx { |
| 194 | pins = "MIO38"; |
| 195 | bias-disable; |
| 196 | output-enable; |
| 197 | }; |
| 198 | }; |
| 199 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 200 | pinctrl_uart1_default: uart1-default { |
| 201 | conf { |
| 202 | groups = "uart1_9_grp"; |
| 203 | slew-rate = <SLEW_RATE_SLOW>; |
| 204 | power-source = <IO_STANDARD_LVCMOS18>; |
| 205 | drive-strength = <12>; |
| 206 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 207 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 208 | conf-rx { |
| 209 | pins = "MIO37"; |
| 210 | bias-high-impedance; |
| 211 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 212 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 213 | conf-tx { |
| 214 | pins = "MIO36"; |
| 215 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame] | 216 | output-enable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 217 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 218 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 219 | mux { |
| 220 | groups = "uart1_9_grp"; |
| 221 | function = "uart1"; |
| 222 | }; |
| 223 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 224 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 225 | pinctrl_i2c1_default: i2c1-default { |
| 226 | conf { |
| 227 | groups = "i2c1_6_grp"; |
| 228 | bias-pull-up; |
| 229 | slew-rate = <SLEW_RATE_SLOW>; |
| 230 | power-source = <IO_STANDARD_LVCMOS18>; |
| 231 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 232 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 233 | mux { |
| 234 | groups = "i2c1_6_grp"; |
| 235 | function = "i2c1"; |
| 236 | }; |
| 237 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 238 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 239 | pinctrl_i2c1_gpio: i2c1-gpio { |
| 240 | conf { |
| 241 | groups = "gpio0_24_grp", "gpio0_25_grp"; |
| 242 | slew-rate = <SLEW_RATE_SLOW>; |
| 243 | power-source = <IO_STANDARD_LVCMOS18>; |
| 244 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 245 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 246 | mux { |
| 247 | groups = "gpio0_24_grp", "gpio0_25_grp"; |
| 248 | function = "gpio0"; |
| 249 | }; |
| 250 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 251 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 252 | pinctrl_gem3_default: gem3-default { |
| 253 | conf { |
| 254 | groups = "ethernet3_0_grp"; |
| 255 | slew-rate = <SLEW_RATE_SLOW>; |
| 256 | power-source = <IO_STANDARD_LVCMOS18>; |
| 257 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 258 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 259 | conf-rx { |
| 260 | pins = "MIO70", "MIO72", "MIO74"; |
| 261 | bias-high-impedance; |
| 262 | low-power-disable; |
| 263 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 264 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 265 | conf-bootstrap { |
| 266 | pins = "MIO71", "MIO73", "MIO75"; |
| 267 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame] | 268 | output-enable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 269 | low-power-disable; |
| 270 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 271 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 272 | conf-tx { |
| 273 | pins = "MIO64", "MIO65", "MIO66", |
| 274 | "MIO67", "MIO68", "MIO69"; |
| 275 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame] | 276 | output-enable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 277 | low-power-enable; |
| 278 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 279 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 280 | conf-mdio { |
| 281 | groups = "mdio3_0_grp"; |
| 282 | slew-rate = <SLEW_RATE_SLOW>; |
| 283 | power-source = <IO_STANDARD_LVCMOS18>; |
| 284 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame] | 285 | output-enable; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 286 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 287 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 288 | mux-mdio { |
| 289 | function = "mdio3"; |
| 290 | groups = "mdio3_0_grp"; |
| 291 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 292 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 293 | mux { |
| 294 | function = "ethernet3"; |
| 295 | groups = "ethernet3_0_grp"; |
| 296 | }; |
| 297 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 298 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 299 | pinctrl_usb0_default: usb0-default { |
| 300 | conf { |
| 301 | groups = "usb0_0_grp"; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 302 | power-source = <IO_STANDARD_LVCMOS18>; |
| 303 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 304 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 305 | conf-rx { |
| 306 | pins = "MIO52", "MIO53", "MIO55"; |
| 307 | bias-high-impedance; |
Ashok Reddy Soma | 4d0ecf6 | 2022-06-15 12:16:13 +0200 | [diff] [blame] | 308 | drive-strength = <12>; |
| 309 | slew-rate = <SLEW_RATE_FAST>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 310 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 311 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 312 | conf-tx { |
| 313 | pins = "MIO54", "MIO56", "MIO57", "MIO58", "MIO59", |
| 314 | "MIO60", "MIO61", "MIO62", "MIO63"; |
| 315 | bias-disable; |
Neal Frager | a299b66 | 2023-08-31 16:27:53 +0200 | [diff] [blame] | 316 | output-enable; |
Ashok Reddy Soma | 4d0ecf6 | 2022-06-15 12:16:13 +0200 | [diff] [blame] | 317 | drive-strength = <4>; |
| 318 | slew-rate = <SLEW_RATE_SLOW>; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 319 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 320 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 321 | mux { |
| 322 | groups = "usb0_0_grp"; |
| 323 | function = "usb0"; |
| 324 | }; |
| 325 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 326 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 327 | pinctrl_sdhci1_default: sdhci1-default { |
| 328 | conf { |
| 329 | groups = "sdio1_0_grp"; |
| 330 | slew-rate = <SLEW_RATE_SLOW>; |
| 331 | power-source = <IO_STANDARD_LVCMOS18>; |
| 332 | bias-disable; |
| 333 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 334 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 335 | conf-cd { |
| 336 | groups = "sdio1_cd_0_grp"; |
| 337 | bias-high-impedance; |
| 338 | bias-pull-up; |
| 339 | slew-rate = <SLEW_RATE_SLOW>; |
| 340 | power-source = <IO_STANDARD_LVCMOS18>; |
| 341 | }; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 342 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 343 | mux-cd { |
| 344 | groups = "sdio1_cd_0_grp"; |
| 345 | function = "sdio1_cd"; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 346 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 347 | |
| 348 | mux { |
| 349 | groups = "sdio1_0_grp"; |
| 350 | function = "sdio1"; |
Michal Simek | 4bc7734 | 2021-05-10 16:02:15 +0200 | [diff] [blame] | 351 | }; |
| 352 | }; |
| 353 | }; |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 354 | |
Tejas Bhumkar | 9285d50 | 2023-10-20 10:36:22 +0530 | [diff] [blame] | 355 | &gpio { |
| 356 | status = "okay"; |
| 357 | pinctrl-names = "default"; |
| 358 | pinctrl-0 = <&pinctrl_gpio0_default>; |
| 359 | }; |
| 360 | |
Michal Simek | abedc0b | 2021-06-10 17:59:46 +0200 | [diff] [blame] | 361 | &uart1 { |
| 362 | status = "okay"; |
| 363 | pinctrl-names = "default"; |
| 364 | pinctrl-0 = <&pinctrl_uart1_default>; |
| 365 | }; |