I’m currently creating the device-tree for our custom board and working with SPI. Looking in to the file `tegra264-p3834-0000.dtsi`there are some SPI-busses enabled there with `tegra-spidev`on CS0.
spi@810c590000 {
status = "okay";
spi@0 {
/* chip select 0 */
compatible = "tegra-spidev";
reg = <0x0>;
spi-max-frequency = <50000000>;
};
};
spi@c6c0000 {
status = "okay";
spi@0 {
/* chip select 0 */
compatible = "tegra-spidev";
reg = <0x0>;
spi-max-frequency = <50000000>;
};
};
spi@810c440000 {
status = "okay";
spi@0 {
/* chip select 0 */
compatible = "tegra-spidev";
reg = <0x0>;
spi-max-frequency = <50000000>;
};
};
spi@810c450000 {
status = "okay";
spi@0 {
/* chip select 0 */
compatible = "tegra-spidev";
reg = <0x0>;
spi-max-frequency = <50000000>;
};
};
Are those SPI-busses used on the compute module (P3834)?