From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Fri, 18 Mar 2016 16:01:27 -0500 Subject: [PATCH v3 7/8] ARM: dts: Add exynos3250-artik5 dtsi file for ARTIK5 module In-Reply-To: <1458027490-13787-8-git-send-email-cw00.choi@samsung.com> References: <1458027490-13787-1-git-send-email-cw00.choi@samsung.com> <1458027490-13787-8-git-send-email-cw00.choi@samsung.com> Message-ID: <20160318210127.GA21185@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 15, 2016 at 04:38:09PM +0900, Chanwoo Choi wrote: > This patch adds the support for Device Tree source for Samsung ARTIK5 module[1] > based on Exynos3250 SoC. The ARTIK5 module includes the follwoing devices: s/follwoing/following/ > - Application Processor (Samsung Exynos3250) > - WiFi/BT Combo chip (Broadcom4354) > - PMIC (Samsung S2MPS14) > - eMMC (4GB) > - DRAM LPDDR3 (512MB) > - Connectors pin (60 Pins x 3 set) > > Also, this patch adds the ARTIK5 evaluation board[2] dts file which includes > the ARTIK5 module[1] and have the devices such as sound codec, sd card port, > ethernet port, uart port and so on. > > [1] https://www.artik.io/hardware/artik-5 > [2] http://www.digikey.com/product-search/en?FV=ffecca14 > > Signed-off-by: Chanwoo Choi > Signed-off-by: Jaehoon Chung > Signed-off-by: Andi Shyti > Reviewed-by: Krzysztof Kozlowski > --- > .../bindings/arm/samsung/samsung-boards.txt | 2 + > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/exynos3250-artik5-eval.dts | 26 ++ > arch/arm/boot/dts/exynos3250-artik5.dtsi | 334 +++++++++++++++++++++ > 4 files changed, 363 insertions(+) > create mode 100644 arch/arm/boot/dts/exynos3250-artik5-eval.dts > create mode 100644 arch/arm/boot/dts/exynos3250-artik5.dtsi Otherwise, Acked-by: Rob Herring