| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * at91-tse850-3.dts - Device Tree file for the Axentia TSE-850 3.0 board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2017 Axentia Technologies AB |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Author: Peter Rosin <peda@axentia.se> |
|---|
| 7 | | - * |
|---|
| 8 | | - * Licensed under GPLv2 or later. |
|---|
| 9 | 8 | */ |
|---|
| 10 | 9 | /dts-v1/; |
|---|
| 11 | 10 | #include <dt-bindings/pwm/pwm.h> |
|---|
| .. | .. |
|---|
| 15 | 14 | model = "Axentia TSE-850 3.0"; |
|---|
| 16 | 15 | compatible = "axentia,tse850v3", "axentia,linea", |
|---|
| 17 | 16 | "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 | | - }; |
|---|
| 37 | 17 | |
|---|
| 38 | 18 | sck: oscillator { |
|---|
| 39 | 19 | compatible = "fixed-clock"; |
|---|
| .. | .. |
|---|
| 253 | 233 | }; |
|---|
| 254 | 234 | }; |
|---|
| 255 | 235 | |
|---|
| 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 | + |
|---|
| 256 | 249 | &usart0 { |
|---|
| 257 | 250 | status = "okay"; |
|---|
| 258 | 251 | |
|---|