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; |
| 23 | clock-frequency = <250000000>; |
| 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>; |
| 51 | }; |
| 52 | |
| 53 | &main_uart0 { |
| 54 | u-boot,dm-spl; |
| 55 | }; |
| 56 | |
| 57 | &dmss { |
| 58 | u-boot,dm-spl; |
| 59 | }; |
| 60 | |
| 61 | &secure_proxy_main { |
| 62 | u-boot,dm-spl; |
| 63 | }; |
| 64 | |
| 65 | &dmsc { |
| 66 | u-boot,dm-spl; |
Suman Anna | 91eda10 | 2021-05-13 20:10:57 -0500 | [diff] [blame] | 67 | k3_sysreset: sysreset-controller { |
| 68 | compatible = "ti,sci-sysreset"; |
| 69 | u-boot,dm-spl; |
| 70 | }; |
Lokesh Vutla | 3d10ca8 | 2021-05-06 16:44:59 +0530 | [diff] [blame] | 71 | }; |
| 72 | |
| 73 | &k3_pds { |
| 74 | u-boot,dm-spl; |
| 75 | }; |
| 76 | |
| 77 | &k3_clks { |
| 78 | u-boot,dm-spl; |
| 79 | }; |
| 80 | |
| 81 | &k3_reset { |
| 82 | u-boot,dm-spl; |
| 83 | }; |
| 84 | |
| 85 | &sdhci0 { |
Aswath Govindraju | a15380e | 2021-07-26 20:58:03 +0530 | [diff] [blame] | 86 | status = "disabled"; |
Lokesh Vutla | 3d10ca8 | 2021-05-06 16:44:59 +0530 | [diff] [blame] | 87 | u-boot,dm-spl; |
| 88 | }; |
| 89 | |
| 90 | &sdhci1 { |
| 91 | u-boot,dm-spl; |
| 92 | }; |
| 93 | |
| 94 | &main_mmc1_pins_default { |
| 95 | u-boot,dm-spl; |
| 96 | }; |
Vignesh Raghavendra | c23d7f3 | 2021-05-10 20:06:13 +0530 | [diff] [blame] | 97 | |
| 98 | &cpsw3g { |
| 99 | reg = <0x0 0x8000000 0x0 0x200000>, |
| 100 | <0x0 0x43000200 0x0 0x8>; |
| 101 | reg-names = "cpsw_nuss", "mac_efuse"; |
| 102 | /delete-property/ ranges; |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 103 | u-boot,dm-spl; |
Vignesh Raghavendra | c23d7f3 | 2021-05-10 20:06:13 +0530 | [diff] [blame] | 104 | |
| 105 | cpsw-phy-sel@04044 { |
| 106 | compatible = "ti,am64-phy-gmii-sel"; |
| 107 | reg = <0x0 0x43004044 0x0 0x8>; |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 108 | u-boot,dm-spl; |
| 109 | }; |
| 110 | |
| 111 | ethernet-ports { |
| 112 | u-boot,dm-spl; |
Vignesh Raghavendra | c23d7f3 | 2021-05-10 20:06:13 +0530 | [diff] [blame] | 113 | }; |
| 114 | }; |
| 115 | |
| 116 | &cpsw_port2 { |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 117 | u-boot,dm-spl; |
| 118 | }; |
| 119 | |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 120 | &main_bcdma { |
| 121 | u-boot,dm-spl; |
| 122 | }; |
| 123 | |
| 124 | &main_pktdma { |
| 125 | u-boot,dm-spl; |
| 126 | }; |
| 127 | |
| 128 | &rgmii1_pins_default { |
| 129 | u-boot,dm-spl; |
| 130 | }; |
| 131 | |
| 132 | &rgmii2_pins_default { |
| 133 | u-boot,dm-spl; |
| 134 | }; |
| 135 | |
| 136 | &mdio1_pins_default { |
| 137 | u-boot,dm-spl; |
| 138 | }; |
| 139 | |
Vignesh Raghavendra | 1495358 | 2021-12-24 12:55:35 +0530 | [diff] [blame] | 140 | &cpsw3g_phy1 { |
| 141 | u-boot,dm-spl; |
Vignesh Raghavendra | c23d7f3 | 2021-05-10 20:06:13 +0530 | [diff] [blame] | 142 | }; |
Kishon Vijay Abraham I | 35c392c | 2021-10-20 21:09:12 +0530 | [diff] [blame] | 143 | |
| 144 | &main_usb0_pins_default { |
| 145 | u-boot,dm-spl; |
| 146 | }; |
| 147 | |
| 148 | &serdes_ln_ctrl { |
| 149 | u-boot,mux-autoprobe; |
| 150 | }; |
| 151 | |
| 152 | &usbss0 { |
| 153 | u-boot,dm-spl; |
| 154 | }; |
| 155 | |
| 156 | &usb0 { |
| 157 | dr_mode = "host"; |
| 158 | u-boot,dm-spl; |
| 159 | }; |
| 160 | |
| 161 | &serdes_wiz0 { |
| 162 | u-boot,dm-spl; |
| 163 | }; |
| 164 | |
| 165 | &serdes0_usb_link { |
| 166 | u-boot,dm-spl; |
| 167 | }; |
| 168 | |
| 169 | &serdes0 { |
| 170 | u-boot,dm-spl; |
| 171 | }; |
| 172 | |
| 173 | &serdes_refclk { |
| 174 | u-boot,dm-spl; |
| 175 | }; |