hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/at91-tse850-3.dts
....@@ -1,11 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * at91-tse850-3.dts - Device Tree file for the Axentia TSE-850 3.0 board
34 *
45 * Copyright (C) 2017 Axentia Technologies AB
56 *
67 * Author: Peter Rosin <peda@axentia.se>
7
- *
8
- * Licensed under GPLv2 or later.
98 */
109 /dts-v1/;
1110 #include <dt-bindings/pwm/pwm.h>
....@@ -15,25 +14,6 @@
1514 model = "Axentia TSE-850 3.0";
1615 compatible = "axentia,tse850v3", "axentia,linea",
1716 "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
18
-
19
- ahb {
20
- apb {
21
- pinctrl@fffff200 {
22
- tse850 {
23
- pinctrl_usba_vbus: usba-vbus {
24
- atmel,pins =
25
- <AT91_PIOC 31
26
- AT91_PERIPH_GPIO
27
- AT91_PINCTRL_DEGLITCH>;
28
- };
29
- };
30
- };
31
-
32
- watchdog@fffffe40 {
33
- status = "okay";
34
- };
35
- };
36
- };
3717
3818 sck: oscillator {
3919 compatible = "fixed-clock";
....@@ -253,6 +233,19 @@
253233 };
254234 };
255235
236
+&pinctrl {
237
+ tse850 {
238
+ pinctrl_usba_vbus: usba-vbus {
239
+ atmel,pins = <AT91_PIOC 31 AT91_PERIPH_GPIO
240
+ AT91_PINCTRL_DEGLITCH>;
241
+ };
242
+ };
243
+};
244
+
245
+&watchdog {
246
+ status = "okay";
247
+};
248
+
256249 &usart0 {
257250 status = "okay";
258251