Dave Gerlach | b6059dd | 2021-04-23 11:27:46 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/ |
| 4 | */ |
| 5 | |
| 6 | / { |
| 7 | chosen { |
| 8 | stdout-path = "serial2:115200n8"; |
| 9 | tick-timer = &timer1; |
| 10 | }; |
| 11 | }; |
| 12 | |
| 13 | &cbass_main{ |
| 14 | u-boot,dm-spl; |
| 15 | timer1: timer@2400000 { |
| 16 | compatible = "ti,omap5430-timer"; |
| 17 | reg = <0x0 0x2400000 0x0 0x80>; |
| 18 | ti,timer-alwon; |
| 19 | clock-frequency = <250000000>; |
| 20 | u-boot,dm-spl; |
| 21 | }; |
| 22 | }; |
| 23 | |
Lokesh Vutla | 93e0bfb | 2021-05-06 16:44:56 +0530 | [diff] [blame] | 24 | &main_conf { |
| 25 | u-boot,dm-spl; |
| 26 | chipid@14 { |
| 27 | u-boot,dm-spl; |
| 28 | }; |
| 29 | }; |
| 30 | |
Lokesh Vutla | 45b7a9f | 2021-05-06 16:44:58 +0530 | [diff] [blame] | 31 | &main_pmx0 { |
| 32 | u-boot,dm-spl; |
| 33 | main_i2c0_pins_default: main-i2c0-pins-default { |
| 34 | u-boot,dm-spl; |
| 35 | pinctrl-single,pins = < |
| 36 | AM64X_IOPAD(0x0260, PIN_INPUT_PULLUP, 0) /* (A18) I2C0_SCL */ |
| 37 | AM64X_IOPAD(0x0264, PIN_INPUT_PULLUP, 0) /* (B18) I2C0_SDA */ |
| 38 | >; |
| 39 | }; |
| 40 | }; |
| 41 | |
| 42 | &main_i2c0 { |
| 43 | u-boot,dm-spl; |
| 44 | pinctrl-names = "default"; |
| 45 | pinctrl-0 = <&main_i2c0_pins_default>; |
| 46 | clock-frequency = <400000>; |
| 47 | }; |
| 48 | |
Dave Gerlach | b6059dd | 2021-04-23 11:27:46 -0500 | [diff] [blame] | 49 | &main_uart0 { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
Aswath Govindraju | 1c8b404 | 2021-06-04 22:00:37 +0530 | [diff] [blame] | 53 | &usb0 { |
| 54 | dr_mode="peripheral"; |
| 55 | u-boot,dm-spl; |
| 56 | }; |
| 57 | |
| 58 | &usbss0 { |
| 59 | u-boot,dm-spl; |
| 60 | }; |
| 61 | |
| 62 | &main_usb0_pins_default { |
| 63 | u-boot,dm-spl; |
| 64 | }; |
| 65 | |
Dave Gerlach | b6059dd | 2021-04-23 11:27:46 -0500 | [diff] [blame] | 66 | &dmss { |
| 67 | u-boot,dm-spl; |
| 68 | }; |
| 69 | |
| 70 | &secure_proxy_main { |
| 71 | u-boot,dm-spl; |
| 72 | }; |
| 73 | |
| 74 | &dmsc { |
| 75 | u-boot,dm-spl; |
Suman Anna | a97ee92 | 2021-05-13 20:10:56 -0500 | [diff] [blame] | 76 | k3_sysreset: sysreset-controller { |
| 77 | compatible = "ti,sci-sysreset"; |
| 78 | u-boot,dm-spl; |
| 79 | }; |
Dave Gerlach | b6059dd | 2021-04-23 11:27:46 -0500 | [diff] [blame] | 80 | }; |
| 81 | |
| 82 | &k3_pds { |
| 83 | u-boot,dm-spl; |
| 84 | }; |
| 85 | |
| 86 | &k3_clks { |
| 87 | u-boot,dm-spl; |
| 88 | }; |
| 89 | |
| 90 | &k3_reset { |
| 91 | u-boot,dm-spl; |
| 92 | }; |
| 93 | |
| 94 | &sdhci0 { |
| 95 | u-boot,dm-spl; |
| 96 | }; |
| 97 | |
| 98 | &sdhci1 { |
| 99 | u-boot,dm-spl; |
| 100 | }; |
Vignesh Raghavendra | bc17fcc | 2021-05-10 20:06:12 +0530 | [diff] [blame] | 101 | |
| 102 | &cpsw3g { |
| 103 | reg = <0x0 0x8000000 0x0 0x200000>, |
| 104 | <0x0 0x43000200 0x0 0x8>; |
| 105 | reg-names = "cpsw_nuss", "mac_efuse"; |
| 106 | /delete-property/ ranges; |
| 107 | |
| 108 | cpsw-phy-sel@04044 { |
| 109 | compatible = "ti,am64-phy-gmii-sel"; |
| 110 | reg = <0x0 0x43004044 0x0 0x8>; |
| 111 | }; |
| 112 | }; |
| 113 | |
| 114 | &cpsw_port2 { |
| 115 | status = "disabled"; |
| 116 | }; |