Commit 816c5248 authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: hihope-rzg2-ex: Enable CAN interfaces



This patch enables both CAN0 and CAN1, both exposed via
connectors found on the expansion board.

Signed-off-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: default avatarChris Paterson <Chris.Paterson2@renesas.com>
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 5b971c71
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -31,6 +31,18 @@ phy0: ethernet-phy@0 {
	};
};

&can0 {
	pinctrl-0 = <&can0_pins>;
	pinctrl-names = "default";
	status = "okay";
};

&can1 {
	pinctrl-0 = <&can1_pins>;
	pinctrl-names = "default";
	status = "okay";
};

&pciec0 {
	status = "okay";
};
@@ -60,4 +72,14 @@ pins_mii_tx {
			drive-strength = <12>;
		};
	};

	can0_pins: can0 {
		groups = "can0_data_a";
		function = "can0";
	};

	can1_pins: can1 {
		groups = "can1_data";
		function = "can1";
	};
};