blob: 34e75ded13c5ecb4b6d96f8e26f3a1913f1d5308 [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
Dave Gerlach278e7ac2021-04-23 11:27:46 -050031&main_uart0 {
32 u-boot,dm-spl;
33};
34
35&dmss {
36 u-boot,dm-spl;
37};
38
39&secure_proxy_main {
40 u-boot,dm-spl;
41};
42
43&dmsc {
44 u-boot,dm-spl;
45};
46
47&k3_pds {
48 u-boot,dm-spl;
49};
50
51&k3_clks {
52 u-boot,dm-spl;
53};
54
55&k3_reset {
56 u-boot,dm-spl;
57};
58
59&sdhci0 {
60 u-boot,dm-spl;
61};
62
63&sdhci1 {
64 u-boot,dm-spl;
65};