|
@@ -16,25 +16,6 @@
|
|
compatible = "axentia,tse850v3", "axentia,linea",
|
|
compatible = "axentia,tse850v3", "axentia,linea",
|
|
"atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
|
|
"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 {
|
|
sck: oscillator {
|
|
compatible = "fixed-clock";
|
|
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 {
|
|
&usart0 {
|
|
status = "okay";
|
|
status = "okay";
|
|
|
|
|