summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am62p5-verdin-wifi-dev-u-boot.dtsi
blob: 366867d1e6a56a21ca77100615310bc6fc7835ab (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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2025 Toradex
 */

#include "k3-am62p5-verdin-wifi-dev-binman.dtsi"

/ {
	chosen {
		tick-timer = &main_timer0;
	};

	memory@80000000 {
		bootph-pre-ram;
	};

	sysinfo {
		compatible = "toradex,sysinfo";
	};
};

&carrier_eth_phy {
	bootph-all;
};

&cpsw3g {
	ethernet-ports {
		bootph-all;
	};
};

/* MDIO, shared by Verdin ETH_1 (On-module PHY) and Verdin ETH_2_RGMII */
&cpsw3g_mdio {
	/delete-property/ assigned-clocks;
	/delete-property/ assigned-clock-parents;
	/delete-property/ assigned-clock-rates;
	bootph-all;
};

/* Verdin ETH_1 (On-module PHY) */
&cpsw_port1 {
	bootph-all;
};

/* Verdin ETH_2_RGMII */
&cpsw_port2 {
	bootph-all;
};

&dmsc {
	bootph-all;
};

&k3_clks {
	bootph-all;
};

&k3_pds {
	bootph-all;
};

&k3_reset {
	bootph-all;
};

&main_gpio0 {
	bootph-all;
};

/* Verdin I2C_1 */
&main_i2c0 {
	bootph-all;
};

&main_pktdma {
	bootph-all;
};

&mcu_pmx0 {
	bootph-all;
};

/* Verdin UART_3, used as the Linux console */
&main_uart0 {
	bootph-all;
};

&main_pmx0 {
	bootph-all;
};

&pinctrl_main_i2c0 {
	bootph-all;
};

&pinctrl_mdio {
	bootph-all;
};

&pinctrl_rgmii1 {
	bootph-all;
};

&pinctrl_rgmii2 {
	bootph-all;
};

&pinctrl_uart0 {
	bootph-all;
};

&pinctrl_wkup_i2c0 {
	bootph-all;
};

&phy_gmii_sel {
	bootph-all;
};

&sdhci0 {
	bootph-all;
};

&sdhci2 {
	status = "disabled";
};

&som_eth_phy {
	bootph-all;
};

&som_gpio_expander {
	bootph-all;

	ctrl-sleep-moci-hog {
		bootph-all;
		gpio-hog;
		gpios = <0 GPIO_ACTIVE_HIGH>;
		line-name = "CTRL_SLEEP_MOCI#";
		output-high;
	};
};

/* Required for USB DFU Boot */
&usb0 {
	/* Enable peripheral mode only during bootup
	 * to support DFU while allowing Linux to stay
	 * in OTG mode
	 */
	dr_mode = "peripheral";
	bootph-all;
};

/* Required for USB DFU Boot */
&usb0_phy_ctrl {
	bootph-all;
};

/* Required for USB DFU Boot */
&usbss0 {
	bootph-all;
};

/* On-module I2C - PMIC_I2C */
&wkup_i2c0 {
	bootph-all;
};