From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH] ARM: shmobile: porter: initial device tree Date: Wed, 30 Sep 2015 22:08:33 +0300 Message-ID: <560C3331.3030606@cogentembedded.com> References: <201404250239.39150.sergei.shtylyov@cogentembedded.com> <2022535.FYlSB7sRz4@wasted.cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <2022535.FYlSB7sRz4@wasted.cogentembedded.com> Sender: linux-sh-owner@vger.kernel.org To: horms@verge.net.au, linux-sh@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hello. On 09/30/2015 02:26 AM, Sergei Shtylyov wrote: > Add the initial device tree for the R8A7791 SoC based Porter low cost board > (which is a slightly modified version of the Henninger board). > > SCIF0 serial port support is included, so that the serial console can work. > > Signed-off-by: Sergei Shtylyov > > --- > This patch is against the 'renesas-devel-20150928-v4.3-rc3' tag of Simon > Horman's 'renesas.git' repo. Forgot to mention I had to disable USB-DMAC. > Index: renesas/arch/arm/boot/dts/r8a7791-porter.dts > =================================================================== > --- /dev/null > +++ renesas/arch/arm/boot/dts/r8a7791-porter.dts > @@ -0,0 +1,54 @@ > +/* > + * Device Tree Source for the Porter board > + * > + * Copyright (C) 2015 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. > + */ > + > +/dts-v1/; > +#include "r8a7791.dtsi" > + > +/ { > + model = "Porter"; > + compatible = "renesas,porter", "renesas,r8a7791"; > + > + aliases { > + serial0 = &scif0; > + }; > + > + chosen { > + bootargs = "console=ttySC0,115200 ignore_loglevel"; Oops, scratch that. I thought I removed console= but I forgot to refresh the patch. :-/ MBR, Sergei