summaryrefslogtreecommitdiff
path: root/mtcpmhs/ap2-lora-0.0.dtso
diff options
context:
space:
mode:
Diffstat (limited to 'mtcpmhs/ap2-lora-0.0.dtso')
-rw-r--r--mtcpmhs/ap2-lora-0.0.dtso17
1 files changed, 14 insertions, 3 deletions
diff --git a/mtcpmhs/ap2-lora-0.0.dtso b/mtcpmhs/ap2-lora-0.0.dtso
index f5a1157..e166acd 100644
--- a/mtcpmhs/ap2-lora-0.0.dtso
+++ b/mtcpmhs/ap2-lora-0.0.dtso
@@ -6,7 +6,7 @@
/*
* Location(s):
- * Put: MTCDT3/0.0/lora/ap2-lora.dtbo
+ * Put: MTCPM/0.0/lora/ap2-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@481a2000";
+ target-path = "/ocp@44000000/interconnect@48000000/segment@100000/target-module@a2000/spi@0";
__overlay__ {
+ status = "okay";
+ ap2-spi@0 {
+ compatible = "mts,mtac";
+ spi-max-frequency = <0x1e8480>;
+ reg = <0x0>;
+ }; /*ap2-spi0*/
+ ap2-spi@1 {
+ compatible = "mts,mtac";
+ spi-max-frequency = <0x1e8480>;
+ reg = <0x1>;
+ }; /*ap2-spi1*/
ap2-spi@2 {
compatible = "mts,mtac";
spi-max-frequency = <0x1e8480>;
reg = <0x2>;
- }; /*ap2-spi*/
+ }; /*ap2-spi2*/
}; /*overlay*/
}; /*fragment@0*/
};