Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kh.choi@insignal.co.kr (kh.choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: add initial dts file for ORIGEN4QUAD
Date: Tue, 27 Nov 2012 19:23:50 +0900	[thread overview]
Message-ID: <50B494B6.7060405@insignal.co.kr> (raw)
In-Reply-To: <CAH9JG2VSnA3zJCP9OiBbrdaV1GqVKL0x4fn331D7YJxQs8VwMg@mail.gmail.com>

Hi,

2012-11-26 ?? 8:52, Kyungmin Park ? ?:
> Hi,
>
> On 11/26/12, chlrbgh0 at gmail.com <chlrbgh0@gmail.com> wrote:
>> From: Kyuho Choi <kh.choi@insignal.co.kr>
>>
>> This patch adds initial dts file for ORIGEN4QUAD board.
>> ORIGEN4QUAD board based on Samsung EXYNOS4412 SoC.
>> More properties will be added later.
>>
>> Signed-off-by: Kyuho Choi <kh.choi@insignal.co.kr>
>> ---
>>   arch/arm/boot/dts/exynos4412-origen4quad.dts |   45
>> ++++++++++++++++++++++++++
>>   1 files changed, 45 insertions(+), 0 deletions(-)
>>   create mode 100644 arch/arm/boot/dts/exynos4412-origen4quad.dts
>>
>> diff --git a/arch/arm/boot/dts/exynos4412-origen4quad.dts
>> b/arch/arm/boot/dts/exynos4412-origen4quad.dts
>> new file mode 100644
>> index 0000000..390a2ab
>> --- /dev/null
>> +++ b/arch/arm/boot/dts/exynos4412-origen4quad.dts
>> @@ -0,0 +1,45 @@
>> +/*
>> + * Samsung's Exynos4412 based Origen4Quad board device tree source
>> + *
>> + * Copyright (c) 2012-2013 Isnignal Co., Ltd.
>> + *		http://www.insignal.co.kr
>> + *
>> + * Device tree source file for Insignal's Origen4Quad board which is based
>> on
>> + * Samsung's Exynos4412 SoC.
>> + *
>> + * 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/ "exynos4412.dtsi"
>> +
>> +/ {
>> +	model = "Insignal Origen4Quad board based on Exynos4412";
>> +	compatible = "insignal,origen4quad", "samsung,exynos4412";
>> +
>> +	memory {
>> +		reg = <0x40000000 0x40000000>;
>> +	};
> does it test to boot with this dts file?
> does it support 1GiB memory section?
Yes, I tested this dts.
ORIGEN4QUAD board support 1GiB memory.
But in current patch state, only support 760MiB on boot.
>
> Thank you,
> Kyungmin Park
>> +
>> +	chosen {
>> +		bootargs ="root=/dev/ram0 rw ramdisk=32768 initrd=0x41000000,32M
>> console=ttySAC2,115200 init=/linuxrc";
>> +	};
>> +
>> +	serial at 13800000 {
>> +		status = "okay";
>> +	};
>> +
>> +	serial at 13810000 {
>> +		status = "okay";
>> +	};
>> +
>> +	serial at 13820000 {
>> +		status = "okay";
>> +	};
>> +
>> +	serial at 13830000 {
>> +		status = "okay";
>> +	};
>> +};
>> --
>> 1.7.5.4
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

      parent reply	other threads:[~2012-11-27 10:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-26 11:32 [PATCH] ARM: dts: add initial dts file for ORIGEN4QUAD chlrbgh0 at gmail.com
2012-11-26 11:52 ` Kyungmin Park
2012-11-26 11:57   ` Tomasz Figa
2012-11-26 16:58     ` Kyuho Choi
2012-11-27 10:28     ` kh.choi
2012-11-27 11:32       ` Tomasz Figa
2012-11-26 12:23   ` Kyuho Choi
2012-11-27 10:23   ` kh.choi [this message]

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=50B494B6.7060405@insignal.co.kr \
    --to=kh.choi@insignal.co.kr \
    --cc=linux-arm-kernel@lists.infradead.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