Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5ee087a authored by Gwenhael Goavec-Merou's avatar Gwenhael Goavec-Merou Committed by Shawn Guo
Browse files

ARM: dts: imx28-apf28dev: add support for can0

parent 9648bb48
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -110,6 +110,13 @@
					};
				};
			};

			can0: can@80032000 {
				pinctrl-names = "default";
				pinctrl-0 = <&can0_pins_a>;
				xceiver-supply = <&reg_can0_vcc>;
				status = "okay";
			};
		};

		apbx@80040000 {
@@ -176,6 +183,14 @@
			gpio = <&gpio1 23 1>;
			enable-active-high;
		};

		reg_can0_vcc: regulator@1 {
			compatible = "regulator-fixed";
			reg = <1>;
			regulator-name = "can0_vcc";
			regulator-min-microvolt = <5000000>;
			regulator-max-microvolt = <5000000>;
		};
	};

	leds {