Other Parts Discussed in Thread: TCAN4550
Tool/software:
We are using TCAN4450 module is integrated in IMX8DXL processor.As per the tcan4550 datasheet, 18MHz is the maximum spi frequency. but we are unable to set not more than 10Mhz. if we increase the frequency above 10Mhz, we get panic during initialization.
Below is our dts configuration.
&lpspi3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lpspi3>;
fsl,spi-num-chipselects = <1>;
cs-gpios = <&lsio_gpio0 16 GPIO_ACTIVE_HIGH>;
status = "okay";
tcan4x5x1: tcan4x5x@0 {
compatible = "ti,tcan4x5x";
reg = <0>;
pinctrl-names = "default";
#address-cells = <1>;
#size-cells = <1>;
spi-max-frequency = <1000000>;
bosch,mram-cfg = <0x0 3 2 28 10 0 20 12>;
clocks = <&hclk>, <&cclk>;
clock-names = "hclk", "cclk";
interrupt-parent = <&lsio_gpio3>;
interrupts = <18 IRQ_TYPE_EDGE_FALLING>;
data-ready-gpios = <&lsio_gpio3 18 GPIO_ACTIVE_HIGH>;
reset-gpios = <&exp2 11 GPIO_ACTIVE_HIGH>;
iw-tcan-prop;
wakeup-source;
status = "okay";
};
};
And what is the maximum size of MRAM. is that 2k or 4kbytes??
Regards,
Tanushree