mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
67dbb08181
Adding pinctrl support for scif4 interface. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
40 lines
751 B
Plaintext
40 lines
751 B
Plaintext
/*
|
|
* Device Tree Source for the iWave-RZG1E SODIMM carrier board
|
|
*
|
|
* Copyright (C) 2017 Renesas Electronics Corp.
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a7745-iwg22m.dtsi"
|
|
|
|
/ {
|
|
model = "iWave Systems RainboW-G22D-SODIMM board based on RZ/G1E";
|
|
compatible = "iwave,g22d", "iwave,g22m", "renesas,r8a7745";
|
|
|
|
aliases {
|
|
serial0 = &scif4;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&pfc {
|
|
scif4_pins: scif4 {
|
|
groups = "scif4_data_b";
|
|
function = "scif4";
|
|
};
|
|
};
|
|
|
|
&scif4 {
|
|
pinctrl-0 = <&scif4_pins>;
|
|
pinctrl-names = "default";
|
|
|
|
status = "okay";
|
|
};
|