blob: d4a3df6a5621c6968fb291c0546b0955eecdd75b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
This is the kernel module that instantiates
/sys/devices/platform/mts-io
A shell utility is included to read
driver created files in the platform/mts-io
directory.
A binary utility is included to reset
the LoRa 2.1 board. The mts-io driver
does not instantiate any resets for the
LoRa 2.1 board. Instead this board is
reset via the mainboard I2C bus which includes
the on-board EE-PROM.
dev_dbg can be turned on when loading the
mts-io driver. See debug/README and
debug/etc/modprobe.d/mts-io.conf
|