18c2ecf20Sopenharmony_ciWhat:		/sys/kernel/debug/moxtet/input
28c2ecf20Sopenharmony_ciDate:		March 2019
38c2ecf20Sopenharmony_ciKernelVersion:	5.3
48c2ecf20Sopenharmony_ciContact:	Marek Behún <marek.behun@nic.cz>
58c2ecf20Sopenharmony_ciDescription:	(Read) Read input from the shift registers, in hexadecimal.
68c2ecf20Sopenharmony_ci		Returns N+1 bytes, where N is the number of Moxtet connected
78c2ecf20Sopenharmony_ci		modules. The first byte is from the CPU board itself.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci		Example::
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci			101214
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci		==  =======================================
148c2ecf20Sopenharmony_ci		10  CPU board with SD card
158c2ecf20Sopenharmony_ci		12  2 = PCIe module, 1 = IRQ not active
168c2ecf20Sopenharmony_ci		14  4 = Peridot module, 1 = IRQ not active
178c2ecf20Sopenharmony_ci		==  =======================================
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciWhat:		/sys/kernel/debug/moxtet/output
208c2ecf20Sopenharmony_ciDate:		March 2019
218c2ecf20Sopenharmony_ciKernelVersion:	5.3
228c2ecf20Sopenharmony_ciContact:	Marek Behún <marek.behun@nic.cz>
238c2ecf20Sopenharmony_ciDescription:	(RW) Read last written value to the shift registers, in
248c2ecf20Sopenharmony_ci		hexadecimal, or write values to the shift registers, also
258c2ecf20Sopenharmony_ci		in hexadecimal.
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ci		Example::
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ci		    0102
308c2ecf20Sopenharmony_ci
318c2ecf20Sopenharmony_ci		==  ================================================
328c2ecf20Sopenharmony_ci		01  01 was last written, or is to be written, to the
338c2ecf20Sopenharmony_ci		    first module's shift register
348c2ecf20Sopenharmony_ci		02  the same for second module
358c2ecf20Sopenharmony_ci		==  ================================================
36