ARM: dts: blanche: add CAN0 support

Define the Blanche board dependent part of the CAN0 device node along with
the CAN_CLK crystal.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Sergei Shtylyov 2016-07-14 23:21:15 +03:00 коммит произвёл Simon Horman
Родитель f947c02a0f
Коммит 38584104ea
1 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -60,6 +60,10 @@
clock-frequency = <20000000>;
};
&can_clk {
clock-frequency = <48000000>;
};
&pfc {
scif0_pins: scif0 {
groups = "scif0_data";
@ -81,6 +85,11 @@
function = "lbsc";
};
};
can0_pins: can0 {
groups = "can0_data", "can_clk";
function = "can0";
};
};
&scif0 {
@ -96,3 +105,10 @@
status = "okay";
};
&can0 {
pinctrl-0 = <&can0_pins>;
pinctrl-names = "default";
status = "okay";
};