blob: 6b0117a58a72acd0cf47ee9418cbb1dbbdcea872 [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 };
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 Vutla882c7dd2021-05-06 16:44:56 +053024&main_conf {
25 u-boot,dm-spl;
26 chipid@14 {
27 u-boot,dm-spl;
28 };
29};
30
Lokesh Vutla11ba7c22021-05-06 16:44:58 +053031&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 Gerlach278e7ac2021-04-23 11:27:46 -050049&main_uart0 {
50 u-boot,dm-spl;
51};
52
53&dmss {
54 u-boot,dm-spl;
55};
56
57&secure_proxy_main {
58 u-boot,dm-spl;
59};
60
61&dmsc {
62 u-boot,dm-spl;
63};
64
65&k3_pds {
66 u-boot,dm-spl;
67};
68
69&k3_clks {
70 u-boot,dm-spl;
71};
72
73&k3_reset {
74 u-boot,dm-spl;
75};
76
77&sdhci0 {
78 u-boot,dm-spl;
79};
80
81&sdhci1 {
82 u-boot,dm-spl;
83};