summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91-tse850-3.dts
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2018-08-31 22:44:03 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-09-03 16:15:38 +0200
commit5bd72622e7cc582c6b59de7adbc607c2d332b9c0 (patch)
treeaff0680d40418442d19a7452ba57017530f39b8f /arch/arm/boot/dts/at91-tse850-3.dts
parent8daa181d91ebf53d3c9ad64d6d5b9ad178553941 (diff)
ARM: dts: at91: tse850: drop three indentation levels
Make use of the recently added &pinctrl and &watchdog labels. This makes the whole file consistent and knowledge of the ahb/apb structure is hidden. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-tse850-3.dts')
-rw-r--r--arch/arm/boot/dts/at91-tse850-3.dts32
1 files changed, 13 insertions, 19 deletions
diff --git a/arch/arm/boot/dts/at91-tse850-3.dts b/arch/arm/boot/dts/at91-tse850-3.dts
index 2fbec69d9cd6..fe8876eaf917 100644
--- a/arch/arm/boot/dts/at91-tse850-3.dts
+++ b/arch/arm/boot/dts/at91-tse850-3.dts
@@ -16,25 +16,6 @@
compatible = "axentia,tse850v3", "axentia,linea",
"atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
- ahb {
- apb {
- pinctrl@fffff200 {
- tse850 {
- pinctrl_usba_vbus: usba-vbus {
- atmel,pins =
- <AT91_PIOC 31
- AT91_PERIPH_GPIO
- AT91_PINCTRL_DEGLITCH>;
- };
- };
- };
-
- watchdog@fffffe40 {
- status = "okay";
- };
- };
- };
-
sck: oscillator {
compatible = "fixed-clock";
@@ -253,6 +234,19 @@
};
};
+&pinctrl {
+ tse850 {
+ pinctrl_usba_vbus: usba-vbus {
+ atmel,pins = <AT91_PIOC 31 AT91_PERIPH_GPIO
+ AT91_PINCTRL_DEGLITCH>;
+ };
+ };
+};
+
+&watchdog {
+ status = "okay";
+};
+
&usart0 {
status = "okay";