Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp938242ybl; Wed, 28 Aug 2019 07:27:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqxjPuSNT1X1v+hGE4yhuGCKcbZJQYBiOsUcAfDHx/kCsOv47TeUhZfTQw21S6W+bUDoU4U7 X-Received: by 2002:a17:90a:256f:: with SMTP id j102mr4734974pje.14.1567002462639; Wed, 28 Aug 2019 07:27:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567002462; cv=none; d=google.com; s=arc-20160816; b=o0z94PxgybeOTMSxUgaGFw6vuveh9w70AFOlOLj2ay4KUhiEK6ERlGUD7K9lUI5ygL BLImOeTsUP3Xegv/esXfTIFp9hVpBAa1+a7HcMrigmUyZxAvYL52R7I/FIl3Z/Vy+AYw wHiWkK1WR1o9tYShPy8pAWEJVVxU6zaouxYadRcPE7gUuQk9W9mY0IL8ESdoVDWmyP2p Sr50a5TjapXvQegxDd/766Y9hSGaiBDmPIn0jbQhy5wupd5DxkDPJ3+5tasACpSoY8Ss c3e9VWEQJ3OabVzrCGMezt9lN7Bf1HTFcl6vgNyI1yxBnKzhJxm3nUUbZMrawiGHgxbX 2GGA== 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=ch9YsDKD/7imqVQg1e85VwTrPNv6OVkfJp7MHeb7jBg=; b=UMu22TyvfJxJrY7vQ6POReVcmqe9eO1pn5cNy4nlov5flO0C9tjRwkZ4upHjCxnQ6L HWLQogX25A1O4ggyqSpcI7Nbm3E4xxk8Mykwgvv2fdOI8QPCv4+E5YuuhSJo2k1P4U93 U5VqXN65m3WcBN9i8Rt+fNnXgTAZ832WateGFi2RS6rU480pDusHvQk8RaPvJ2ncBwiT 4dPGk6S27M92jNxh6/CwdYwK3Yy3OkqeLdGbTQO6OBkC+w5vtJuk6eCuIg+mQmLVKy+k RwBNj+Qd3f6wXnUgJ8YnOcR+HAEw5r17LeVPyhI3qTJnpjfJv4uMzH+CSwneC7A1HvPp R4/Q== 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 h187si2310982pgc.6.2019.08.28.07.27.25; Wed, 28 Aug 2019 07:27:42 -0700 (PDT) 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 S1727242AbfH1O0O (ORCPT + 99 others); Wed, 28 Aug 2019 10:26:14 -0400 Received: from 212.199.177.27.static.012.net.il ([212.199.177.27]:42109 "EHLO herzl.nuvoton.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726857AbfH1O0L (ORCPT ); Wed, 28 Aug 2019 10:26:11 -0400 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 x7SEPFQc001863; Wed, 28 Aug 2019 17:25:15 +0300 Received: by taln60.nuvoton.co.il (Postfix, from userid 10070) id 39A4E62A57; Wed, 28 Aug 2019 17:25:15 +0300 (IDT) From: Tomer Maimon To: broonie@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, vigneshr@ti.com, bbrezillon@kernel.org, avifishman70@gmail.com, tali.perry1@gmail.com, venture@google.com, yuenn@google.com, benjaminfair@google.com Cc: linux-spi@vger.kernel.org, devicetree@vger.kernel.org, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, Tomer Maimon Subject: [PATCH v3 1/2] dt-binding: spi: add NPCM FIU controller Date: Wed, 28 Aug 2019 17:25:12 +0300 Message-Id: <20190828142513.228556-2-tmaimon77@gmail.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20190828142513.228556-1-tmaimon77@gmail.com> References: <20190828142513.228556-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 master controller using SPI-MEM interface. Signed-off-by: Tomer Maimon --- .../bindings/spi/nuvoton,npcm-fiu.txt | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt diff --git a/Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt b/Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt new file mode 100644 index 000000000000..a388005842ad --- /dev/null +++ b/Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt @@ -0,0 +1,47 @@ +* 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 FIU 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: + - nuvoton,spix-mode: enable spix-mode for an expansion bus to an ASIC or CPLD. + +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: spi@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 { + ... + }; +}; + -- 2.18.0