Configure Quad SPI in IMX6SoloX for external spi

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Configure Quad SPI in IMX6SoloX for external spi

305 Views
zhihang_yeah
Contributor I

Hi,

I want to configure a external device using IMX6SoloX SABRE QUAD SPI,

And I am trying to use the spidev userspace driver for test the device.

How ever when I configure 

+
+    spidev@0 {
+        compatible = "spidev";
+        spi-max-frequency = <50000000>;
+        reg = <0>;
+    };
+

in the &qspi2, I do not found the /dev/spidevXX device.

Can someone give a a hint on how to use in SABRE Solox

Labels (1)
0 Kudos
1 Reply

260 Views
igorpadykov
NXP Employee
NXP Employee

Hi Zhihang 

one can check if CONFIG_SPI_SPIDEV=y is enabled in kernel configuration as on

spi - linux: spidev is not shown in /dev - Stack Overflow 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos