From patchwork Sun Jan 22 12:23:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 92160 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp804972qgi; Sun, 22 Jan 2017 04:25:53 -0800 (PST) X-Received: by 10.84.209.203 with SMTP id y69mr35634870plh.115.1485087953782; Sun, 22 Jan 2017 04:25:53 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v65si12497276pfi.204.2017.01.22.04.25.53; Sun, 22 Jan 2017 04:25:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751786AbdAVMZc (ORCPT + 25 others); Sun, 22 Jan 2017 07:25:32 -0500 Received: from mail-lf0-f41.google.com ([209.85.215.41]:33865 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001AbdAVMYP (ORCPT ); Sun, 22 Jan 2017 07:24:15 -0500 Received: by mail-lf0-f41.google.com with SMTP id v186so80711726lfa.1 for ; Sun, 22 Jan 2017 04:23:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=k7SaBVLfdMSYamzy8Tcdv/o47GM7MynmYRhF+8tEzsA=; b=ejqgUAy0SficT9Au9TKmiGpuM/gAj3OJi5j5mrpWduDqj2BV+oqO2e8u3BKGN0L75G TVWNWc/WQDWAcxrs/cEnbyJGHkPwli7rAuYX1xxPhZQ9kw5NCRWC5bPc33t/B1IPpJWz 2sjIdROUurxLlTH0NKgEeUk494o2MqBTkUzAQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=k7SaBVLfdMSYamzy8Tcdv/o47GM7MynmYRhF+8tEzsA=; b=HdW/jR2fdF77ZZ/oOoQ8VE37iAA72N9DEp2kZWlb+sKSUQiaTkfggm2+ZraNLfZzm/ HHEkrDbeWWAuCr8f1igNkyKHrE6vSPWBr6r1hs9NW+VM3g9P5kbUdC4/57c1FFSfDeS3 G5zpWL7/b97Z+54npy6gOEZXaPpizi7U5UTq1/ohn9EC7tnyxTYvys9e/uOrpo4zj+47 Jpr8vvWFLMueeNgJ9f1kXEGN88GKx6GLE7QyBqq9OGxCT35UWYxyli9CikhsGqbiYAVp 3k4haTK3/iAVKGfEzNcYEpKk+iqUnkkVuxCJUrIsWYM3mFCw+4xExrx5F1HVGx36VrKE 1rHw== X-Gm-Message-State: AIkVDXLF3zvYE39Ne+QKYSAuehcwn6k+o90t1cYqWg2G4cM3KeEoC1tH7wuW7NN5atsZnc0u X-Received: by 10.46.21.66 with SMTP id 2mr9711825ljv.19.1485087799033; Sun, 22 Jan 2017 04:23:19 -0800 (PST) Received: from localhost.localdomain (c-357171d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.113.53]) by smtp.gmail.com with ESMTPSA id 28sm5386844ljw.17.2017.01.22.04.23.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Jan 2017 04:23:18 -0800 (PST) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Hans Ulli Kroll , Florian Fainelli Cc: Janos Laube , Paulius Zaleckas , openwrt-devel@openwrt.org, Arnd Bergmann , linux-kernel@vger.kernel.org, Linus Walleij Subject: [PATCH 16/22] ARM: dts: add a devicetree for Wiliboard WBD-111 Date: Sun, 22 Jan 2017 13:23:11 +0100 Message-Id: <20170122122311.10862-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This devicetree is simply based on the board file in arch/arm/mach-gemini/board-wbd111.c and contain the equivalent platform data, mainly just moving the GPIOs from the global numberspace to explicitly reference their parent GPIO. Cc: Janos Laube Cc: Paulius Zaleckas Cc: Hans Ulli Kroll Cc: Florian Fainelli Signed-off-by: Linus Walleij --- arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/gemini-wbd111.dts | 101 ++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/gemini-wbd111.dts -- 2.9.3 diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 517306f28427..144584a83582 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -171,7 +171,8 @@ dtb-$(CONFIG_ARCH_EXYNOS5) += \ dtb-$(CONFIG_ARCH_GEMINI) += \ gemini-nas4220b.dtb \ gemini-rut1xx.dtb \ - gemini-sq201.dtb + gemini-sq201.dtb \ + gemini-wbd111.dtb dtb-$(CONFIG_ARCH_HI3xxx) += \ hi3620-hi4511.dtb dtb-$(CONFIG_ARCH_HIGHBANK) += \ diff --git a/arch/arm/boot/dts/gemini-wbd111.dts b/arch/arm/boot/dts/gemini-wbd111.dts new file mode 100644 index 000000000000..d54df914593b --- /dev/null +++ b/arch/arm/boot/dts/gemini-wbd111.dts @@ -0,0 +1,101 @@ +/* + * Device Tree file for Wiliboard WBD-111 + */ + +/dts-v1/; + +#include "gemini.dtsi" +#include + +/ { + model = "Wiliboard WBD-111"; + compatible = "wiliboard,wbd111", "cortina,gemini"; + #address-cells = <1>; + #size-cells = <1>; + + memory { /* 128 MB */ + device_type = "memory"; + reg = <0x00000000 0x8000000>; + }; + + chosen { + bootargs = "console=ttyS0,115200n8"; + stdout-path = &uart0; + }; + + gpio_keys { + compatible = "gpio-keys"; + #address-cells = <1>; + #size-cells = <0>; + + button@5 { + debounce_interval = <50>; + wakeup-source; + linux,code = ; + label = "reset"; + gpios = <&gpio0 5 GPIO_ACTIVE_LOW>; + }; + }; + + leds { + compatible = "gpio-leds"; + + led@1 { + label = "wbd111:red:L3"; + gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>; + default-state = "off"; + }; + led@2 { + label = "wbd111:green:L4"; + gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>; + default-state = "off"; + }; + led@3 { + label = "wbd111:red:L4"; + gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; + default-state = "off"; + }; + led@5 { + label = "wbd111:green:L3"; + gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>; + default-state = "on"; + linux,default-trigger = "heartbeat"; + }; + }; + + flash@30000000 { + status = "okay"; + /* 8MB of flash */ + reg = <0x30000000 0x00800000>; + + /* FIXME */ + partition@0 { + label = "RedBoot"; + reg = <0x00000000 0x00020000>; + read-only; + }; + partition@20000 { + label = "kernel"; + reg = <0x00020000 0x00100000>; + }; + partition@120000 { + label = "rootfs"; + reg = <0x00120000 0x006a0000>; + }; + partition@7c0000 { + label = "VCTL"; + reg = <0x007c0000 0x00010000>; + read-only; + }; + partition@7d0000 { + label = "cfg"; + reg = <0x007d0000 0x00010000>; + read-only; + }; + partition@7e0000 { + label = "FIS"; + reg = <0x007e0000 0x00010000>; + read-only; + }; + }; +};