aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am65-iot2050-common-u-boot.dtsi
blob: 88c36fcf438302cd84948854a1ce4679ae3bff40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) Siemens AG, 2018-2021
 *
 * Authors:
 *   Le Jin <le.jin@siemens.com>
 *   Jan Kiszka <jan.kiszka@siemens.com>
 *
 * Common U-Boot bits of the IOT2050 Basic and Advanced variants
 */

/ {
	aliases {
		spi0 = &ospi0;
	};

	leds {
		u-boot,dm-spl;
		status-led-red {
			u-boot,dm-spl;
		};
		status-led-green {
			u-boot,dm-spl;
		};
	};
};

&cbass_mcu {
	u-boot,dm-spl;
};

&cbass_wakeup {
	u-boot,dm-spl;
};

&cbass_main {
	u-boot,dm-spl;
	main-navss {
		u-boot,dm-spl;
	};
};

&wkup_pmx0 {
	u-boot,dm-spl;
	mcu-fss0-ospi0-pins-default {
		u-boot,dm-spl;
	};
};

&main_pmx0 {
	u-boot,dm-spl;
	main-uart1-pins-default {
		u-boot,dm-spl;
	};
};

&main_uart1 {
	u-boot,dm-spl;
	current-speed = <115200>;
};

&wkup_gpio0 {
	u-boot,dm-spl;
};

&ospi0 {
	u-boot,dm-spl;
	flash@0 {
		u-boot,dm-spl;
	};
};

&secure_proxy_main {
	u-boot,dm-spl;
};

&dmsc {
	u-boot,dm-spl;
	k3_sysreset: sysreset-controller {
		compatible = "ti,sci-sysreset";
		u-boot,dm-spl;
	};
};

&k3_pds {
	u-boot,dm-spl;
};

&k3_clks {
	u-boot,dm-spl;
};

&k3_reset {
	u-boot,dm-spl;
};

&fss {
	u-boot,dm-spl;
};