2017-10-07 00:55:56 +07:00
|
|
|
/*
|
|
|
|
* Device Tree Source for the Kingfisher (ULCB extension) board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2017 Renesas Electronics Corp.
|
|
|
|
* Copyright (C) 2017 Cogent Embedded, Inc.
|
|
|
|
*
|
|
|
|
* This file is licensed under the terms of the GNU General Public License
|
|
|
|
* version 2. This program is licensed "as is" without any warranty of any
|
|
|
|
* kind, whether express or implied.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
serial1 = &hscif0;
|
2017-10-06 09:43:51 +07:00
|
|
|
serial2 = &scif1;
|
2017-10-07 00:55:56 +07:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2017-09-14 21:19:13 +07:00
|
|
|
&can0 {
|
|
|
|
pinctrl-0 = <&can0_pins>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&can1 {
|
|
|
|
pinctrl-0 = <&can1_pins>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-09-07 05:36:32 +07:00
|
|
|
&ehci0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-10-07 00:55:56 +07:00
|
|
|
&hscif0 {
|
|
|
|
pinctrl-0 = <&hscif0_pins>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
uart-has-rtscts;
|
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-09-07 05:36:25 +07:00
|
|
|
&hsusb {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-09-07 05:36:32 +07:00
|
|
|
&ohci0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-10-06 09:43:59 +07:00
|
|
|
&pcie_bus_clk {
|
|
|
|
clock-frequency = <100000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pciec0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&pciec1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-10-07 00:55:56 +07:00
|
|
|
&pfc {
|
2017-09-14 21:19:13 +07:00
|
|
|
can0_pins: can0 {
|
|
|
|
groups = "can0_data_a";
|
|
|
|
function = "can0";
|
|
|
|
};
|
|
|
|
|
|
|
|
can1_pins: can1 {
|
|
|
|
groups = "can1_data";
|
|
|
|
function = "can1";
|
|
|
|
};
|
|
|
|
|
2017-10-07 00:55:56 +07:00
|
|
|
hscif0_pins: hscif0 {
|
|
|
|
groups = "hscif0_data", "hscif0_ctrl";
|
|
|
|
function = "hscif0";
|
|
|
|
};
|
2017-10-06 09:43:51 +07:00
|
|
|
|
|
|
|
scif1_pins: scif1 {
|
|
|
|
groups = "scif1_data_b", "scif1_ctrl";
|
|
|
|
function = "scif1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&scif1 {
|
|
|
|
pinctrl-0 = <&scif1_pins>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
uart-has-rtscts;
|
|
|
|
|
|
|
|
status = "okay";
|
2017-10-07 00:55:56 +07:00
|
|
|
};
|