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, 34 insertions, 0 deletions
diff --git a/mtcpmhs/ap1-003-0.0.dtso b/mtcpmhs/ap1-003-0.0.dtso
new file mode 100644
index 0000000..7ceb4ee
--- /dev/null
+++ b/mtcpmhs/ap1-003-0.0.dtso
@@ -0,0 +1,34 @@
+/*
+ * DTS overlay for MTCPM 0.0 hardware version.
+ */
+
+/dts-v1/;
+
+/*
+ * Location(s):
+ * Put: MTCDT3/0.0/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*/
+};