Hi,
I am working on communicaiton between the MPU and MCU of the IMX8MP and I want to send data to the MPU from the MCU and the read this data from the user space using the UIO driver.
I tried creating a node in the device tree but the node is not listed in the
/sys/class/uio/
The device tree entry is below
shared_memory@55000000{
compatible = "generic-uio";
status = "okay";
reg = < 0x55000000 0x8000 >;
interrupts = < 0 88 0 >;
interrupt-parent = <&gic>;
What have I left undone or is there an example for this?
Thanks