What is the CAN frequency to be used for ZUB1CG? VxWorks DTS Kernel
can1_ref_div_clk: can1_ref_div_clk
{
#clock-cells = <0>;
compatible = "xlnx,zynqmp-div-clk";
clocks = <&iopll_clk>;
register = <1 0x88>;
div = <8 0x3f 0>,
<16 0x3f 5>;
enable = <24 1 1>;
};
can1_mux: can1_mux
{
pin-set = <
24 0x20ffffff
25 0x20ffffff
>;
};
can1: xcanps@ff070000
{
compatible = "xlnx,xcanps";
reg = <0x0 0xff070000 0x0 0x1000>;
//clocks = <&can1_ref_div_clk>;
clock-frequency = <20000000>;
interrupts = <56 0 4>;
interrupt-parent = <&intc>;
status = "okay";
};
The Kernel is getting stuck while attaching the xcanps driver. Please let me know the reasons for the same (Might be frequency or Pin MUx Issue)
Not getting VxWorks Banner when attaching this

The Kernel is getting stuck while attaching the xcanps driver. Please let me know the reasons for the same (Might be frequency or Pin MUx Issue)
Not getting VxWorks Banner when attaching this
