Re: [PATCH 5/7] ARM: meson: dts: add basic Meson/Meson6/Meson6-atv1200 DTSI/DTS
From: Mark Rutland <mark.rutland@arm.com>
Date: 2014-08-18 16:15:07
Also in:
linux-arm-kernel, linux-devicetree
From: Mark Rutland <mark.rutland@arm.com>
Date: 2014-08-18 16:15:07
Also in:
linux-arm-kernel, linux-devicetree
On Sun, Aug 17, 2014 at 04:21:23PM +0100, Carlo Caione wrote:
On Sun, Aug 17, 2014 at 4:42 PM, Beniamino Galvani [off-list ref] wrote:quoted
Hi,quoted
quoted
+/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.