Commit 32bf5962 authored by Moritz Fischer's avatar Moritz Fischer Committed by Carles Cufi
Browse files

dts: xtensa: espressif: esp32s2: Add TWAI node



This adds the TWAI node to the ESP32S2 devicetree.

Signed-off-by: default avatarMoritz Fischer <moritzf@google.com>
parent c9e58797
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -288,6 +288,17 @@
			#io-channel-cells = <1>;
			status = "disabled";
		};

		twai: can@3f42b000 {
			compatible = "espressif,esp32-twai";
			reg = <0x3f42b000 DT_SIZE_K(4)>;
			interrupts = <TWAI_INTR_SOURCE>;
			interrupt-parent = <&intc>;
			clocks = <&rtc ESP32_TWAI_MODULE>;
			sjw = <1>;
			sample-point = <875>;
			status = "disabled";
		};
	};

};