Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / iwg20d-q7-dbcm-ca.dtsi
1 /*
2  * Device Tree Source for the iWave-RZ-G1M/N Daughter Board Camera Module
3  *
4  * Copyright (C) 2017 Renesas Electronics Corp.
5  *
6  * This file is licensed under the terms of the GNU General Public License
7  * version 2.  This program is licensed "as is" without any warranty of any
8  * kind, whether express or implied.
9  */
10
11 / {
12         aliases {
13                 serial1 = &scif1;
14                 serial4 = &hscif1;
15         };
16 };
17
18 &hscif1 {
19         pinctrl-0 = <&hscif1_pins>;
20         pinctrl-names = "default";
21
22         uart-has-rtscts;
23         status = "okay";
24 };
25
26 &pfc {
27         hscif1_pins: hscif1 {
28                 groups = "hscif1_data_c", "hscif1_ctrl_c";
29                 function = "hscif1";
30         };
31
32         scif1_pins: scif1 {
33                 groups = "scif1_data_d";
34                 function = "scif1";
35         };
36 };
37
38 &scif1 {
39         pinctrl-0 = <&scif1_pins>;
40         pinctrl-names = "default";
41
42         status = "okay";
43 };