summaryrefslogtreecommitdiff
path: root/mtcpmhs/ap1-003-0.0.dtso
diff options
context:
space:
mode:
Diffstat (limited to 'mtcpmhs/ap1-003-0.0.dtso')
-rw-r--r--mtcpmhs/ap1-003-0.0.dtso34
1 files changed, 0 insertions, 34 deletions
diff --git a/mtcpmhs/ap1-003-0.0.dtso b/mtcpmhs/ap1-003-0.0.dtso
deleted file mode 100644
index e0580dc..0000000
--- a/mtcpmhs/ap1-003-0.0.dtso
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * DTS overlay for MTCPM 0.0 hardware version.
- */
-
-/dts-v1/;
-
-/*
- * Location(s):
- * Put: MTCDT3/0.0/lora/ap1-003.dtbo
- */
-
-#include "am4372.dtsi"
-#include <dt-bindings/pinctrl/am43xx.h>
-#include <dt-bindings/pwm/pwm.h>
-#include <dt-bindings/gpio/gpio.h>
-
-/ {
- compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43";
- fragment@0 {
- target-path = "/ocp@44000000/spi@48030000";
- __overlay__ {
- ap1-spi@0 {
- compatible = "mts,mtac";
- spi-max-frequency = <0x1e8480>;
- reg = <0x0>;
- };/*ap1-spi0*/
- ap1-spi@1 {
- compatible = "mts,mtac";
- spi-max-frequency = <0x1e8480>;
- reg = <0x1>;
- }; /*ap1-spi1*/
- }; /*overlay*/
- }; /*fragment@0*/
-};