Commit 10fb3e27 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

arm64: dts: renesas: falcon: Describe CAN clock

parent b6c0be72
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -37,8 +37,12 @@ phy0: ethernet-phy@0 {
	};
};

&can_clk {
	clock-frequency = <40000000>;
};

&canfd {
	pinctrl-0 = <&canfd0_pins>, <&canfd1_pins>;
	pinctrl-0 = <&canfd0_pins>, <&canfd1_pins>, <&can_clk_pins>;
	pinctrl-names = "default";
	status = "okay";

@@ -80,6 +84,11 @@ pins_mii {

	};

	can_clk_pins: can-clk {
		groups = "can_clk";
		function = "can_clk";
	};

	canfd0_pins: canfd0 {
		groups = "canfd0_data";
		function = "canfd0";