AM5728: Custom AM5728 SPI is not Working with Hilscher Board

Part Number: AM5728

Tool/software:

Hi All,

Custom Board - AM5728 based

I have interfaced Hilscher Board with my board using SPI.

I'm not able to get whatever output as i expected

Here is the dts file configuration:

  mcspi2_pads: mcspi2pads
{
pin-set = <
0x17C0 0x00040000 /*( PIN_INPUT | MUX_MODE0 ) (A26) spi2_sclk */
0x17C4 0x00010000 /*( PIN_OUTPUT | MUX_MODE0 ) (B22) spi2_d1 MOSI*/
0x17C8 0x00050000 /*( PIN_INPUT | MUX_MODE0 ) (G17) spi2_d0 MISO */
0x17CC 0x00010000 /*( PIN_OUTPUT | MUX_MODE0 ) (B24) spi2_cs0 */
0x17B4 0x00010003 /*( PIN_OUTPUT | MUX_MODE0 ) (A22) spi2_cs1 */
>;
};

mcspi2@4809A000
{
#address-cells = <1>;
#size-cells = <1>;
compatible = "ti,am335x-spi";
clocks = <&mcspi2_clkctrl>;
reg = <0x4809A000 0x1000>;
interrupts = <61 0 4>;
pinmux-0 = <&mcspi2_pads>;
};

Is there anything am i missing.

Can any help me with this