Lokesh Vutla | 3d10ca8 | 2021-05-06 16:44:59 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/ |
| 4 | */ |
| 5 | |
| 6 | / { |
| 7 | chosen { |
| 8 | stdout-path = "serial2:115200n8"; |
| 9 | tick-timer = &timer1; |
| 10 | }; |
Aswath Govindraju | a15380e | 2021-07-26 20:58:03 +0530 | [diff] [blame] | 11 | |
| 12 | aliases { |
| 13 | mmc1 = &sdhci1; |
| 14 | }; |
Lokesh Vutla | 3d10ca8 | 2021-05-06 16:44:59 +0530 | [diff] [blame] | 15 | }; |
| 16 | |
| 17 | &cbass_main{ |
| 18 | u-boot,dm-spl; |
| 19 | timer1: timer@2400000 { |
| 20 | compatible = "ti,omap5430-timer"; |
| 21 | reg = <0x0 0x2400000 0x0 0x80>; |
| 22 | ti,timer-alwon; |
Vignesh Raghavendra | f113fce | 2022-03-11 21:23:22 +0530 | [diff] [blame] | 23 | clock-frequency = <200000000>; |
Lokesh Vutla | 3d10ca8 | 2021-05-06 16:44:59 +0530 | [diff] [blame] | 24 | u-boot,dm-spl; |
| 25 | }; |
| 26 | }; |
| 27 | |
| 28 | &main_conf { |
| 29 | u-boot,dm-spl; |
| 30 | chipid@14 { |
| 31 | u-boot,dm-spl; |
| 32 | }; |
| 33 | }; |
| 34 | |
| 35 | &main_pmx0 { |
| 36 | u-boot,dm-spl; |
| 37 | main_i2c0_pins_default: main-i2c0-pins-default { |
| 38 | u-boot,dm-spl; |
| 39 | pinctrl-single,pins = < |
| 40 | AM64X_IOPAD(0x0260, PIN_INPUT_PULLUP, 0) /* (A18) I2C0_SCL */ |
| 41 | AM64X_IOPAD(0x0264, PIN_INPUT_PULLUP, 0) /* (B18) I2C0_SDA */ |
| 42 | >; |
| 43 | }; |
| 44 | }; |
| 45 | |
| 46 | &main_i2c0 { |
| 47 | u-boot,dm-spl; |
| 48 | pinctrl-names = "default"; |
| 49 | pinctrl-0 = <&main_i2c0_pins_default>; |
| 50 | clock-frequency = <400000>; |
Neil Armstrong | a47a3f8 | 2022-04-27 13:28:12 +0200 | [diff] [blame] | 51 | |
| 52 | tps65219: pmic@30 { |
| 53 | compatible = "ti,tps65219"; |
| 54 | reg = <0x30>; |
| 55 | |
| 56 | regulators { |
| 57 | buck1_reg: buck1 { |
| 58 | regulator-name = "VDD_CORE"; |
| 59 | regulator-min-microvolt = <750000>; |
| 60 | regulator-max-microvolt = <750000>; |
| 61 | regulator-boot-on; |
| 62 | regulator-always-on; |
| 63 | }; |
| 64 | |
| 65 | buck2_reg: buck2 { |
| 66 | regulator-name = "VCC1V8"; |
| 67 | regulator-min-microvolt = <1800000>; |
| 68 | regulator-max-microvolt = <1800000>; |
| 69 | regulator-boot-on; |
| 70 | regulator-always-on; |
| 71 | }; |
| 72 | |
| 73 | buck3_reg: buck3 { |
| 74 | regulator-name = "VDD_LPDDR4"; |
| 75 | regulator-min-microvolt = <1100000>; |
| 76 | regulator-max-microvolt = <1100000>; |
| 77 | regulator-boot-on; |
| 78 | regulator-always-on; |
| 79 | }; |
| 80 | |
| 81 | ldo1_reg: ldo1 { |
| 82 | regulator-name = "VDDSHV_SD_IO_PMIC"; |
| 83 | regulator-min-microvolt = <33000000>; |
| 84 | regulator-max-microvolt = <33000000>; |
| 85 | }; |
| 86 | |
| 87 | ldo2_reg: ldo2 { |
| 88 | regulator-name = "VDDAR_CORE"; |
| 89 | regulator-min-microvolt = <850000>; |
| 90 | regulator-max-microvolt = <850000>; |
| 91 | regulator-boot-on; |
| 92 | regulator-always-on; |
| 93 | }; |
| 94 | |
| 95 | ldo3_reg: ldo3 { |
| 96 | regulator-name = "VDDA_1V8"; |
| 97 | regulator-min-microvolt = <18000000>; |
| 98 | regulator-max-microvolt = <18000000>; |
| 99 | regulator-boot-on; |
| 100 | regulator-always-on; |
| 101 | }; |
| 102 | |
| 103 | ldo4_reg: ldo4 { |
| 104 | regulator-name = "VDD_PHY_2V5"; |
| 105 | regulator-min-microvolt = <25000000>; |
| 106 | regulator-max-microvolt = <25000000>; |
| 107 | regulator-boot-on; |
| 108 | regulator-always-on; |
| 109 | }; |
| 110 | }; |
| 111 | }; |
Lokesh Vutla | 3d10ca8 | 2021-05-06 16:44:59 +0530 | [diff] [blame] | 112 | }; |
| 113 | |
| 114 | &main_uart0 { |
| 115 | u-boot,dm-spl; |
| 116 | }; |
| 117 | |
| 118 | &dmss { |
| 119 | u-boot,dm-spl; |
| 120 | }; |
| 121 | |
| 122 | &secure_proxy_main { |
| 123 | u-boot,dm-spl; |
| 124 | }; |
| 125 | |
| 126 | &dmsc { |
| 127 | u-boot,dm-spl; |
Suman Anna | 91eda10 | 2021-05-13 20:10:57 -0500 | [diff] [blame] | 128 | k3_sysreset: sysreset-controller { |
| 129 | compatible = "ti,sci-sysreset"; |
| 130 | u-boot,dm-spl; |
| 131 | }; |
Lokesh Vutla | 3d10ca8 | 2021-05-06 16:44:59 +0530 | [diff] [blame] | 132 | }; |
| 133 | |
| 134 | &k3_pds { |
| 135 | u-boot,dm-spl; |
| 136 | }; |
| 137 | |
| 138 | &k3_clks { |
| 139 | u-boot,dm-spl; |
| 140 | }; |
| 141 | |
| 142 | &k3_reset { |
| 143 | u-boot,dm-spl; |
| 144 | }; |
| 145 | |
| 146 | &sdhci0 { |
Aswath Govindraju | a15380e | 2021-07-26 20:58:03 +0530 | [diff] [blame] | 147 | status = "disabled"; |
Lokesh Vutla | 3d10ca8 | 2021-05-06 16:44:59 +0530 | [diff] [blame] | 148 | u-boot,dm-spl; |
| 149 | }; |
| 150 | |
| 151 | &sdhci1 { |
| 152 | u-boot,dm-spl; |
| 153 | }; |
| 154 | |
| 155 | &main_mmc1_pins_default { |
| 156 | u-boot,dm-spl; |
| 157 | }; |
Vignesh Raghavendra | c23d7f3 | 2021-05-10 20:06:13 +0530 | [diff] [blame] | 158 | |
| 159 | &cpsw3g { |
| 160 | reg = <0x0 0x8000000 0x0 0x200000>, |
| 161 | <0x0 0x43000200 0x0 0x8>; |
| 162 | reg-names = "cpsw_nuss", "mac_efuse"; |
| 163 | /delete-property/ ranges; |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 164 | u-boot,dm-spl; |
Vignesh Raghavendra | c23d7f3 | 2021-05-10 20:06:13 +0530 | [diff] [blame] | 165 | |
| 166 | cpsw-phy-sel@04044 { |
| 167 | compatible = "ti,am64-phy-gmii-sel"; |
| 168 | reg = <0x0 0x43004044 0x0 0x8>; |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 169 | u-boot,dm-spl; |
| 170 | }; |
| 171 | |
| 172 | ethernet-ports { |
| 173 | u-boot,dm-spl; |
Vignesh Raghavendra | c23d7f3 | 2021-05-10 20:06:13 +0530 | [diff] [blame] | 174 | }; |
| 175 | }; |
| 176 | |
| 177 | &cpsw_port2 { |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 178 | u-boot,dm-spl; |
| 179 | }; |
| 180 | |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 181 | &main_bcdma { |
| 182 | u-boot,dm-spl; |
| 183 | }; |
| 184 | |
| 185 | &main_pktdma { |
| 186 | u-boot,dm-spl; |
| 187 | }; |
| 188 | |
| 189 | &rgmii1_pins_default { |
| 190 | u-boot,dm-spl; |
| 191 | }; |
| 192 | |
| 193 | &rgmii2_pins_default { |
| 194 | u-boot,dm-spl; |
| 195 | }; |
| 196 | |
| 197 | &mdio1_pins_default { |
| 198 | u-boot,dm-spl; |
| 199 | }; |
| 200 | |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 201 | &cpsw3g_phy1 { |
| 202 | u-boot,dm-spl; |
Vignesh Raghavendra | c23d7f3 | 2021-05-10 20:06:13 +0530 | [diff] [blame] | 203 | }; |
Kishon Vijay Abraham I | 35c392c | 2021-10-20 21:09:12 +0530 | [diff] [blame] | 204 | |
| 205 | &main_usb0_pins_default { |
| 206 | u-boot,dm-spl; |
| 207 | }; |
| 208 | |
| 209 | &serdes_ln_ctrl { |
| 210 | u-boot,mux-autoprobe; |
| 211 | }; |
| 212 | |
| 213 | &usbss0 { |
| 214 | u-boot,dm-spl; |
| 215 | }; |
| 216 | |
| 217 | &usb0 { |
| 218 | dr_mode = "host"; |
| 219 | u-boot,dm-spl; |
| 220 | }; |
| 221 | |
| 222 | &serdes_wiz0 { |
| 223 | u-boot,dm-spl; |
| 224 | }; |
| 225 | |
| 226 | &serdes0_usb_link { |
| 227 | u-boot,dm-spl; |
| 228 | }; |
| 229 | |
| 230 | &serdes0 { |
| 231 | u-boot,dm-spl; |
| 232 | }; |
| 233 | |
| 234 | &serdes_refclk { |
| 235 | u-boot,dm-spl; |
| 236 | }; |