Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6711546imu; Mon, 3 Dec 2018 01:19:41 -0800 (PST) X-Google-Smtp-Source: AFSGD/XcNkOgW6MlwdSJJkmHXJKhmsw3isAMGoQAc9suQmhu7ZP5F1Co+AMwO1EjHT3d41g73vUp X-Received: by 2002:a17:902:bb05:: with SMTP id l5mr15459361pls.230.1543828781278; Mon, 03 Dec 2018 01:19:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543828781; cv=none; d=google.com; s=arc-20160816; b=zRLfP+2nByKyC/uixyrQ+ez/2lBXr8m//ULvIQpxpY4J1EfUWEi6JumuFPcC2/3L0e o/xAsbhX/prY6nmws46vzPGA0pJcC5XaNidfwa71sLPgMSbVPsnHeBJCMl9dAB+e/HpF vEnUU2K1kgPw4h/iy13G1Ds7V/ZXE85W2SUCXD96n5B+ZX+jnjr2K3j/8iST8TM5o+r/ w0LWGrGa3CzV3pC6bGu33DOJKOMaeQd0sqKn2+aStMkZTpbIyKGJb/LPOc5YF2D2l61q fjKt3etAoU63xx+6xhj2FvBQQjFrP6c2kfbyOnKmaYhd4gc5OWjUW4vA3Uc4XBdi7Vk/ JmKg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=awlTuzBjFarvCHuaxPb2+l1uX8JxjoZt2+Cs7T7gl2c=; b=TmPo5rDiW249E0T+MdecMqfrhN9DjyvheGCZfHEq0iVapjhBRxxVIzI3OgH4Ffo5mq RTvik6p4VgelGq3ulD8JdmhThHgLHwwsqJodxa6EsFBGA0dJbyejjdlaia45s6bsveN3 zlCUpI1jCU24sKqT1udM/32ZpZghaogGcIw7dOgLM4wZkf2ja28ILJM1dHShH65BcazX lsmIElgN3GxCwwgjbEtDgE5GnelcgCnoyl3yELKc7F+9HSJLfKOHKn/8Ti+73EmL2N3Z n1DRl+SVBw0FSsXotVeX8Cc0cFWW/yPrrxWO91pV9zMJIyDmEn2wuvVe/Y9fFgQ8vb9D gN7Q== ARC-Authentication-Results: i=1; mx.google.com; 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=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n7si13295829plp.147.2018.12.03.01.19.26; Mon, 03 Dec 2018 01:19:41 -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; 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=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725962AbeLCJS6 (ORCPT + 99 others); Mon, 3 Dec 2018 04:18:58 -0500 Received: from 212.199.177.27.static.012.net.il ([212.199.177.27]:55768 "EHLO herzl.nuvoton.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725874AbeLCJS6 (ORCPT ); Mon, 3 Dec 2018 04:18:58 -0500 Received: from taln60.nuvoton.co.il (ntil-fw [212.199.177.25]) by herzl.nuvoton.co.il (8.13.8/8.13.8) with ESMTP id wB38j0o1010630; Mon, 3 Dec 2018 10:45:00 +0200 Received: by taln60.nuvoton.co.il (Postfix, from userid 10070) id 6B16B62DA7; Mon, 3 Dec 2018 11:14:58 +0200 (IST) From: Tomer Maimon To: dwmw2@infradead.org, computersforpeace@gmail.com, boris.brezillon@bootlin.com, marek.vasut@gmail.com, richard@nod.at, robh+dt@kernel.org, mark.rutland@arm.com, yuenn@google.com, venture@google.com, brendanhiggins@google.com, avifishman70@gmail.com, joel@jms.id.au Cc: linux-mtd@lists.infradead.org, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Tomer Maimon Subject: [PATCH v1 1/2] dt-binding: mtd: add NPCM FIU controller Date: Mon, 3 Dec 2018 11:14:55 +0200 Message-Id: <20181203091456.454030-2-tmaimon77@gmail.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20181203091456.454030-1-tmaimon77@gmail.com> References: <20181203091456.454030-1-tmaimon77@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Added device tree binding documentation for Nuvoton BMC NPCM Flash Interface Unit(FIU) SPI-NOR controller. Signed-off-by: Tomer Maimon --- Documentation/devicetree/bindings/mtd/npcm-fiu.txt | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/npcm-fiu.txt diff --git a/Documentation/devicetree/bindings/mtd/npcm-fiu.txt b/Documentation/devicetree/bindings/mtd/npcm-fiu.txt new file mode 100644 index 000000000000..9746cb5b1ced --- /dev/null +++ b/Documentation/devicetree/bindings/mtd/npcm-fiu.txt @@ -0,0 +1,64 @@ +* Nuvoton FLASH Interface Unit (FIU) SPI Controller + +NPCM FIU supports single, dual and quad communication interface. + +The NPCM7XX supports three FIU modules, +FIU0 and FIUx supports two chip selects, +FIU3 support four chip select. + +Required properties: + - compatible : "nuvoton,npcm750-fiu" for the NPCM7XX BMC + - #address-cells : should be 1. + - #size-cells : should be 0. + - reg : the first contains the register location and length, + the second contains the memory mapping address and length + - reg-names: Should contain the reg names "control" and "memory" + - clocks : phandle of F reference clock. + +Required properties in case the pins can be muxed: + - pinctrl-names : a pinctrl state named "default" must be defined. + - pinctrl-0 : phandle referencing pin configuration of the device. + +Optional property: + - spix-mode: enable spix-mode for an expansion bus to an ASIC or CPLD. + +The SPI device must be a child of the FIU node and must have a +compatible property as specified in bindings/mtd/jedec,spi-nor.txt + +Required property: +- reg: chip select number. + +Optional property: +- spi-rx-bus-width: see ../spi/spi-bus.txt for the description. + +Aliases: +- All the FIU controller nodes should be represented in the aliases node using + the following format 'fiu{n}' where n is a unique number for the alias. + In the NPCM7XX BMC: + fiu0 represent fiu 0 controller + fiu1 represent fiu 3 controller + fiu2 represent fiu x controller + +Example: +fiu3: fiu@c00000000 { + compatible = "nuvoton,npcm750-fiu"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0xfb000000 0x1000>, <0x80000000 0x10000000>; + reg-names = "control", "memory"; + clocks = <&clk NPCM7XX_CLK_AHB>; + pinctrl-names = "default"; + pinctrl-0 = <&spi3_pins>; + spi-nor@0 { + compatible = "jedec,spi-nor"; + spi-rx-bus-width = <2>; + #address-cells = <1>; + #size-cells = <1>; + reg = <0>; + partition@0 { + label = "flash_data"; + reg = <0x0 0x800000>; + }; + }; +}; + -- 2.14.1