提交 d5ee087a 编写于 作者: G Gwenhael Goavec-Merou 提交者: Shawn Guo

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

Signed-off-by: NGwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
Signed-off-by: NSebastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 9648bb48
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册