From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH 5/7] ARM: meson: dts: add basic Meson/Meson6/Meson6-atv1200 DTSI/DTS Date: Mon, 18 Aug 2014 17:15:07 +0100 Message-ID: <20140818161507.GC3302@leverpostej> References: <1408272594-10814-1-git-send-email-carlo@caione.org> <1408272594-10814-6-git-send-email-carlo@caione.org> <20140817144201.GB29963@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-serial-owner@vger.kernel.org To: Carlo Caione Cc: Beniamino Galvani , linux-arm-kernel , devicetree , "linux-serial@vger.kernel.org" , Russell King - ARM Linux , "robh+dt@kernel.org" , "ijc+devicetree@hellion.org.uk" , Daniel Lezcano , Thomas Gleixner , "gregkh@linuxfoundation.org" , "jslaby@suse.cz" , "grant.likely@linaro.org" List-Id: devicetree@vger.kernel.org On Sun, Aug 17, 2014 at 04:21:23PM +0100, Carlo Caione wrote: > On Sun, Aug 17, 2014 at 4:42 PM, Beniamino Galvani wrote: > > Hi, > > >> +/include/ "meson.dtsi" > >> + > >> +/ { > >> + model = "Amlogic Meson6 SoC"; > >> + compatible = "amlogic,meson6", "amlogic,8726_mx"; > >> + > >> + interrupt-parent = <&gic>; > >> + > >> + cpus { > >> + #address-cells = <1>; > >> + #size-cells = <0>; > >> + > >> + cpu@0 { > > > > The address after the @ should match the value of the 'reg' property. Just remember to strip the leading "0x" (this should be "cpu@200"). Cheers, Mark.