summaryrefslogtreecommitdiff
path: root/mtcdt/ap1-xdot-0.0.dtso
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2021-09-22 15:41:49 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2021-09-22 15:41:49 -0500
commit9f0277daa4e21225fac8dcfb7156ca83bb637055 (patch)
tree43f6dded0c91ec6a595e289dedae48877adf2f50 /mtcdt/ap1-xdot-0.0.dtso
parenta2a5a3dfa69c8e70ec155abf8a0971a689108ffd (diff)
parentc7a4995d9b309ec2ffc630f05792f794845a6ccd (diff)
downloadmt-dt-overlay-1.0.3.tar.gz
mt-dt-overlay-1.0.3.tar.bz2
mt-dt-overlay-1.0.3.zip
Merge branch 'mtac-003-overlay' into 'master' 1.0.3
Mtac 003 overlay See merge request !1
Diffstat (limited to 'mtcdt/ap1-xdot-0.0.dtso')
-rw-r--r--mtcdt/ap1-xdot-0.0.dtso35
1 files changed, 0 insertions, 35 deletions
diff --git a/mtcdt/ap1-xdot-0.0.dtso b/mtcdt/ap1-xdot-0.0.dtso
deleted file mode 100644
index d127e60..0000000
--- a/mtcdt/ap1-xdot-0.0.dtso
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * DTS overlay for MTCDT 0.0 hardware version.
- */
-/dts-v1/;
-/plugin/;
-
-/*
- * Location(s):
- * Put: MTCDT/0.0/ap1-xdot.dtbo
- */
-
-#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 {
- ap1 {
- reset {
- atmel,pins = <AT91_PIOB 12 AT91_PERIPH_GPIO AT91_PINCTRL_OUT_INIT_1>;
- label = "ap1-reset";
- }; /* Reset */
- }; /* ap1 */
- }; /* mtac_xdot */
- }; /* overlay */
- }; /* fragment@0 */
-};