blob: 055215cff8dce0cf302baa8d1e70e9a6c58e1776 [file] [log] [blame]
Dave Gerlach278e7ac2021-04-23 11:27:46 -05001// 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 };
Georgi Vlaevd4d0db12022-05-20 15:30:26 +030011
12 memory@80000000 {
13 u-boot,dm-spl;
14 };
Dave Gerlach278e7ac2021-04-23 11:27:46 -050015};
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 Raghavendraf113fce2022-03-11 21:23:22 +053023 clock-frequency = <200000000>;
Dave Gerlach278e7ac2021-04-23 11:27:46 -050024 u-boot,dm-spl;
25 };
26};
27
Lokesh Vutla882c7dd2021-05-06 16:44:56 +053028&main_conf {
29 u-boot,dm-spl;
30 chipid@14 {
31 u-boot,dm-spl;
32 };
33};
34
Lokesh Vutla11ba7c22021-05-06 16:44:58 +053035&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
Dave Gerlach278e7ac2021-04-23 11:27:46 -050053&main_uart0 {
54 u-boot,dm-spl;
55};
56
Aswath Govindraju79087742021-06-04 22:00:37 +053057&usb0 {
58 dr_mode="peripheral";
59 u-boot,dm-spl;
60};
61
62&usbss0 {
63 u-boot,dm-spl;
64};
65
Aswath Govindraju1786a7f2021-08-09 22:32:23 +053066&main_mmc1_pins_default {
67 u-boot,dm-spl;
68};
69
Aswath Govindraju79087742021-06-04 22:00:37 +053070&main_usb0_pins_default {
71 u-boot,dm-spl;
72};
73
Dave Gerlach278e7ac2021-04-23 11:27:46 -050074&dmss {
75 u-boot,dm-spl;
76};
77
78&secure_proxy_main {
79 u-boot,dm-spl;
80};
81
82&dmsc {
83 u-boot,dm-spl;
Suman Annace4e5662021-05-13 20:10:56 -050084 k3_sysreset: sysreset-controller {
85 compatible = "ti,sci-sysreset";
86 u-boot,dm-spl;
87 };
Dave Gerlach278e7ac2021-04-23 11:27:46 -050088};
89
90&k3_pds {
91 u-boot,dm-spl;
92};
93
94&k3_clks {
95 u-boot,dm-spl;
96};
97
98&k3_reset {
99 u-boot,dm-spl;
100};
101
102&sdhci0 {
103 u-boot,dm-spl;
104};
105
106&sdhci1 {
107 u-boot,dm-spl;
108};
Vignesh Raghavendra759316f2021-05-10 20:06:12 +0530109
110&cpsw3g {
111 reg = <0x0 0x8000000 0x0 0x200000>,
112 <0x0 0x43000200 0x0 0x8>;
113 reg-names = "cpsw_nuss", "mac_efuse";
114 /delete-property/ ranges;
115
116 cpsw-phy-sel@04044 {
117 compatible = "ti,am64-phy-gmii-sel";
118 reg = <0x0 0x43004044 0x0 0x8>;
119 };
120};
121
122&cpsw_port2 {
123 status = "disabled";
124};