Commit 3e6fd02f authored by Kavyasree Kotagiri's avatar Kavyasree Kotagiri Committed by Claudiu Beznea
Browse files

ARM: dts: lan966x: Add mcan1 node.

parent d657ab84
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -473,6 +473,21 @@ can0: can@e081c000 {
			status = "disabled";
		};

		can1: can@e0820000 {
			compatible = "bosch,m_can";
			reg = <0xe0820000 0xfc>, <0x00100000 0x8000>;
			reg-names = "m_can", "message_ram";
			interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
			interrupt-names = "int0", "int1";
			clocks = <&clks GCK_ID_MCAN1>, <&clks GCK_ID_MCAN1>;
			clock-names = "hclk", "cclk";
			assigned-clocks = <&clks GCK_ID_MCAN1>;
			assigned-clock-rates = <40000000>;
			bosch,mram-cfg = <0x4000 0 0 64 0 0 32 32>;
			status = "disabled";
		};

		reset: reset-controller@e200400c {
			compatible = "microchip,lan966x-switch-reset";
			reg = <0xe200400c 0x4>;