blob: 9b6c7e85cb4aab8a6f7f9e335a135de26808fa52 [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 {
Roger Quadrosef0371c2023-01-24 11:43:26 +020047 status = "okay";
Lokesh Vutla11ba7c22021-05-06 16:44:58 +053048 u-boot,dm-spl;
49 pinctrl-names = "default";
50 pinctrl-0 = <&main_i2c0_pins_default>;
51 clock-frequency = <400000>;
52};
53
Dave Gerlach278e7ac2021-04-23 11:27:46 -050054&main_uart0 {
55 u-boot,dm-spl;
56};
57
Aswath Govindraju79087742021-06-04 22:00:37 +053058&usb0 {
59 dr_mode="peripheral";
60 u-boot,dm-spl;
61};
62
63&usbss0 {
64 u-boot,dm-spl;
65};
66
Aswath Govindraju1786a7f2021-08-09 22:32:23 +053067&main_mmc1_pins_default {
68 u-boot,dm-spl;
69};
70
Aswath Govindraju79087742021-06-04 22:00:37 +053071&main_usb0_pins_default {
72 u-boot,dm-spl;
73};
74
Dave Gerlach278e7ac2021-04-23 11:27:46 -050075&dmss {
76 u-boot,dm-spl;
77};
78
79&secure_proxy_main {
80 u-boot,dm-spl;
81};
82
83&dmsc {
84 u-boot,dm-spl;
Suman Annace4e5662021-05-13 20:10:56 -050085 k3_sysreset: sysreset-controller {
86 compatible = "ti,sci-sysreset";
87 u-boot,dm-spl;
88 };
Dave Gerlach278e7ac2021-04-23 11:27:46 -050089};
90
91&k3_pds {
92 u-boot,dm-spl;
93};
94
95&k3_clks {
96 u-boot,dm-spl;
97};
98
99&k3_reset {
100 u-boot,dm-spl;
101};
102
103&sdhci0 {
104 u-boot,dm-spl;
105};
106
107&sdhci1 {
108 u-boot,dm-spl;
109};
Vignesh Raghavendra759316f2021-05-10 20:06:12 +0530110
111&cpsw3g {
112 reg = <0x0 0x8000000 0x0 0x200000>,
113 <0x0 0x43000200 0x0 0x8>;
114 reg-names = "cpsw_nuss", "mac_efuse";
115 /delete-property/ ranges;
Roger Quadros7350eb22023-01-24 11:43:27 +0200116 pinctrl-0 = <&mdio1_pins_default /* HACK: as MDIO driver is not DM enabled */
117 &rgmii1_pins_default
118 &rgmii2_pins_default>;
Vignesh Raghavendra759316f2021-05-10 20:06:12 +0530119
120 cpsw-phy-sel@04044 {
121 compatible = "ti,am64-phy-gmii-sel";
122 reg = <0x0 0x43004044 0x0 0x8>;
123 };
124};
125
126&cpsw_port2 {
127 status = "disabled";
128};