This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: We want add spi device on J721S2 , but we don't find any define on it

Part Number: TDA4VM

We want add spi device on J721S2 

modify k3-j72s2-main.dtsi

    main_spi0: spi@2100000 {
        compatible = "ti,am654-mcspi","ti,omap4-mcspi";
        reg = <0x0 0x2100000 0x0 0x400>;
        interrupts = <GIC_SPI ??? IRQ_TYPE_LEVEL_HIGH>;
        clocks = <&k3_clks ??? 1>;
        power-domains = <&k3_pds ???  TI_SCI_PD_EXCLUSIVE>;
        #address-cells = <1>;
        #size-cells = <0>;
    };
but we do not know th clock , interrupts  mapping id , J721E address is 2100000 is that right??