devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: Thomas Abraham <thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Subject: Re: [PATCH 2/3] arm: dts: Add nodes in smdkv310 device tree source file
Date: Fri, 15 Jul 2011 12:57:44 -0600	[thread overview]
Message-ID: <20110715185744.GF2833@ponder.secretlab.ca> (raw)
In-Reply-To: <1310730128-4243-3-git-send-email-thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

On Fri, Jul 15, 2011 at 05:12:07PM +0530, Thomas Abraham wrote:
> From: Thomas Abraham <thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> 
> 
> Include device tree nodes for watchdog timer and sdhci instance 0 and 1.
> 
> Signed-off-by: Thomas Abraham <thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> ---
>  arch/arm/boot/dts/exynos4-smdkv310.dts |   55 ++++++++++++++++++++++++++++++-
>  1 files changed, 53 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos4-smdkv310.dts b/arch/arm/boot/dts/exynos4-smdkv310.dts
> index dd6c80a..7f27d95 100644
> --- a/arch/arm/boot/dts/exynos4-smdkv310.dts
> +++ b/arch/arm/boot/dts/exynos4-smdkv310.dts
> @@ -1,11 +1,62 @@
> +/*
> + * Samsung's Exynos4210 based smdkv310 board device tree source.
> + *
> + * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
> + *		http://www.samsung.com
> + * Copyright (c) 2010-2011 Linaro Ltd.
> + *		www.linaro.org
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> +*/
> +
>  /dts-v1/;
>  /include/ "skeleton.dtsi"
>  
>  / {
>  	model = "Samsung Exynos4 SMDKV310 eval board";
> -	compatible = "samsung,smdkv310", "samsung,s5pv310";
> +	compatible = "samsung,smdkv310", "samsung,exynos4210";
>  
>  	memory {
> -		reg = <0x40000000 0x08000000>;
> +		reg = <0x40000000 0x80000000>;
> +	};
> +
> +	chosen {
> +		bootargs = "root=/dev/mmcblk0p1 rootfstype=ext3 rootwait console=ttySAC1,115200";
> +	};
> +
> +	soc {
> +		#address-cells = <1>;
> +		#size-cells = <1>;
> +		interrupt-parent = <&intc>;
> +		compatible = "simple-bus";
> +		ranges;
> +
> +		intc:interrupt-controller@10501000 {
> +			compatible = "samsung,exynos4-gic","arm,cortex-a9-gic";
> +			#interrupt-cells = <1>;
> +			interrupt-controller;
> +			reg = <0x10501000 0x1000>, <0x10500100 0x100>;
> +			irq-start = <61>;
> +		};
> +
> +		watchdog@10060000 {
> +			compatible = "samsung,s3c2410-wdt";

Need documentation.

> +			reg = <0x10060000 0x400>;
> +			interrupts = <552>;
> +		};
> +
> +		sdhci@12530000 {
> +			compatible = "samsung,s3c-sdhci";
> +			reg = <0x12530000 0x1000>;
> +			interrupts = <362>;
> +		};
> +
> +		sdhci@12510000 {
> +			compatible = "samsung,s3c-sdhci";
> +			reg = <0x12510000 0x1000>;
> +			interrupts = <360>;
> +		};
>  	};
>  };
> -- 
> 1.7.1
> 

  parent reply	other threads:[~2011-07-15 18:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-15 11:42 [PATCH 0/3] Add basic device tree support for Samsung's Exynos4210 platform Thomas Abraham
2011-07-15 11:42 ` [PATCH 1/3] mmc: sdhci-s3c: Add support for device tree based probe Thomas Abraham
2011-07-15 18:51   ` Grant Likely
2011-07-17  3:54     ` Thomas Abraham
     [not found] ` <1310730128-4243-1-git-send-email-thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-15 11:42   ` [PATCH 2/3] arm: dts: Add nodes in smdkv310 device tree source file Thomas Abraham
     [not found]     ` <1310730128-4243-3-git-send-email-thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-15 18:57       ` Grant Likely [this message]
     [not found]         ` <20110715185744.GF2833-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2011-07-17  3:56           ` Thomas Abraham
2011-07-15 11:42   ` [PATCH 3/3] arm: exynos4: Add a new Exynos4210 device tree enabled machine Thomas Abraham
     [not found]     ` <1310730128-4243-4-git-send-email-thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-15 18:49       ` Grant Likely
     [not found]         ` <20110715184935.GD2833-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2011-07-17  4:01           ` Thomas Abraham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110715185744.GF2833@ponder.secretlab.ca \
    --to=grant.likely-s3s/wqlpoipyb63q8fvjnq@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).