summaryrefslogtreecommitdiff
path: root/mtcdt/ap2-xdot-0.0.dtso
diff options
context:
space:
mode:
Diffstat (limited to 'mtcdt/ap2-xdot-0.0.dtso')
-rw-r--r--mtcdt/ap2-xdot-0.0.dtso36
1 files changed, 0 insertions, 36 deletions
diff --git a/mtcdt/ap2-xdot-0.0.dtso b/mtcdt/ap2-xdot-0.0.dtso
deleted file mode 100644
index 0e53309..0000000
--- a/mtcdt/ap2-xdot-0.0.dtso
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * DTS overlay for MTCDT 0.0 hardware version.
- */
-
-/*
- * Location(s):
- * Put: MTCDT/0.0/ap2-xdot.dtbo
- */
-
-/dts-v1/;
-/plugin/;
-
-#include <dt-bindings/dma/at91.h>
-#include <dt-bindings/pinctrl/at91.h>
-#include <dt-bindings/interrupt-controller/irq.h>
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/clock/at91.h>
-#define AT91_PINCTRL_OUT_INIT_0 (AT91_PINCTRL_OUTPUT|AT91_PINCTRL_OUTPUT_VAL(0))
-#define AT91_PINCTRL_OUT_INIT_1 (AT91_PINCTRL_OUTPUT|AT91_PINCTRL_OUTPUT_VAL(1))
-
-/ {
- compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
- fragment@0 {
- target-path = "/ahb/apb/pinctrl@fffff400";
- __overlay__ {
- mtac_xdot {
- ap2 {
- reset {
- atmel,pins = <AT91_PIOB 13 AT91_PERIPH_GPIO AT91_PINCTRL_OUT_INIT_1>;
- label = "ap2-reset";
- }; /* Reset */
- }; /* ap2 */
- }; /* mtac_xdot */
- }; /* overlay */
- }; /* fragment@0 */
-};