blob: e1971ecdfedb124aad2f4236778247979c2c99ce [file] [log] [blame]
Nishanth Menon3e48d372022-05-25 13:38:48 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Common AM625 SK dts file for SPLs
4 * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
5 */
6
7/ {
8 chosen {
9 stdout-path = "serial2:115200n8";
10 tick-timer = &timer1;
11 };
12
13 aliases {
14 mmc1 = &sdhci1;
15 };
16};
17
18&cbass_main{
19 u-boot,dm-spl;
20
21 timer1: timer@2400000 {
22 compatible = "ti,omap5430-timer";
23 reg = <0x00 0x2400000 0x00 0x80>;
24 ti,timer-alwon;
25 clock-frequency = <25000000>;
26 u-boot,dm-spl;
27 };
28};
29
30&dmss {
31 u-boot,dm-spl;
32};
33
34&secure_proxy_main {
35 u-boot,dm-spl;
36};
37
38&dmsc {
39 u-boot,dm-spl;
40};
41
42&k3_pds {
43 u-boot,dm-spl;
44};
45
46&k3_clks {
47 u-boot,dm-spl;
48};
49
50&k3_reset {
51 u-boot,dm-spl;
52};
53
54&wkup_conf {
55 u-boot,dm-spl;
56};
57
58&chipid {
59 u-boot,dm-spl;
60};
61
62&main_pmx0 {
63 u-boot,dm-spl;
64};
65
66&main_uart0 {
67 u-boot,dm-spl;
68};
69
70&main_uart0_pins_default {
71 u-boot,dm-spl;
72};
73
74&main_uart1 {
75 u-boot,dm-spl;
76};
77
78&cbass_mcu {
79 u-boot,dm-spl;
80};
81
82&cbass_wakeup {
83 u-boot,dm-spl;
84};
85
86&mcu_pmx0 {
87 u-boot,dm-spl;
88};
89
90&wkup_uart0 {
91 u-boot,dm-spl;
92};
93
94&sdhci1 {
95 u-boot,dm-spl;
96};
97
98&main_mmc1_pins_default {
99 u-boot,dm-spl;
100};