summaryrefslogtreecommitdiff
path: root/mtcpmhs/ap1-lora-0.0.dtso
diff options
context:
space:
mode:
Diffstat (limited to 'mtcpmhs/ap1-lora-0.0.dtso')
-rw-r--r--mtcpmhs/ap1-lora-0.0.dtso17
1 files changed, 14 insertions, 3 deletions
diff --git a/mtcpmhs/ap1-lora-0.0.dtso b/mtcpmhs/ap1-lora-0.0.dtso
index 7f7b839..16f03eb 100644
--- a/mtcpmhs/ap1-lora-0.0.dtso
+++ b/mtcpmhs/ap1-lora-0.0.dtso
@@ -6,7 +6,7 @@
/*
* Location(s):
- * Put: MTCDT3/0.0/lora/ap1-lora.dtbo
+ * Put: MTCPM/0.0/lora/ap1-lora.dtbo
*/
#include "am4372.dtsi"
@@ -17,13 +17,24 @@
/ {
compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43";
fragment@0 {
- target-path = "/ocp@44000000/spi@48030000";
+ target-path = "/ocp@44000000/interconnect@48000000/segment@0/target-module@30000/spi@0";
__overlay__ {
+ status = "okay";
+ 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*/
ap1-spi@2 {
compatible = "mts,mtac";
spi-max-frequency = <0x1e8480>;
reg = <0x2>;
- }; /*ap1-spi*/
+ }; /*ap1-spi2*/
}; /*overlay*/
}; /*fragment@0*/
};