how to use spidev0.1?
#1
Hello,

I want to use spi0.1 on rock64 (ver 3.0).
I tried enabling rockchip-spi-spidev in armbian-config, but it didn't work. When I open the dtb, it seems that it is not for rk3328 as there is "compatible = "rockchip,rk3399"".
Where can I find the right dts?

I tired:

add num-cs into the rk3328-rock64.dts
Code:
        spi@ff190000 {
                compatible = "rockchip,rk3328-spi\0rockchip,rk3066-spi";
                reg = <0x00 0xff190000 0x00 0x1000>;
                interrupts = <0x00 0x31 0x04>;
                #address-cells = <0x01>;
                #size-cells = <0x00>;
                clocks = <0x02 0x20 0x02 0xd1>;
                clock-names = "spiclk\0apb_pclk";
                dmas = <0x12 0x08 0x12 0x09>;
                dma-names = "tx\0rx";
                pinctrl-names = "default";
                pinctrl-0 = <0x32 0x33 0x34 0x35 0xb6>;
                status = "okay";
                phandle = <0x86>;
                num-cs = <2>;

                spiflash@0 {
                        compatible = "jedec,spi-nor";
                        reg = <0x00>;
                        spi-max-frequency = <0x2faf080>;
                };
        };

dmesg:
[    3.239265] rockchip-spi ff190000.spi: Failed to register controller
[    3.239495] rockchip-spi: probe of ff190000.spi failed with error -22
  Reply


Messages In This Thread
how to use spidev0.1? - by jclab-joseph - 09-18-2021, 06:09 PM
RE: how to use spidev0.1? - by trohn_javolta - 08-08-2022, 03:59 AM
RE: how to use spidev0.1? - by monte - 02-06-2023, 04:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question /dev/spidev0,0 on the Rock64 - Does anyone know how to enable it? Kappuchino 14 18,157 12-05-2019, 09:42 PM
Last Post: phuzy

Forum Jump:


Users browsing this thread: 1 Guest(s)