Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp310142pxb; Mon, 2 Nov 2020 23:24:39 -0800 (PST) X-Google-Smtp-Source: ABdhPJycL6NSmPFj3jCPg9fuAh+wM+qP2avNG8ZoZ3XtQdkSQX0VqOJSz0M0CQ6pQLobkuANWc40 X-Received: by 2002:a17:907:250b:: with SMTP id y11mr4399485ejl.21.1604388279140; Mon, 02 Nov 2020 23:24:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604388279; cv=none; d=google.com; s=arc-20160816; b=fEGFO/yqrVHLD7tExOqyU6rRbJipe7tHhR5qDVitixYkKJhhtWsawpuMVb3dA6BbTC 0+p7QhHcB/AWT53DR25OsKZLamlA93SXLOT4XCqVeBRInF1SC4kgcNMCSjfO2gAQImKL aSRnqYydHLzmfV5bnszJXWuerERFTW26Gs8xcEkZpLYDXGcx1zYE8C8Fh1Im3fdjNUCJ lYX79pEJY2tCa0vooeeXylXsv6ejJ4f4yVdahdY8yL7PZutZ7wbWl0KKdyE32GHedg0j r1KyUQmlnZFNudLm3AvaNGD+haX9sKuFEGYDAcZWWCwxVvOpnDGvkYNjPUJ+DUmM8ZJV bfag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=3jA9d63QDJmBYIJpfW8OycabyEtTXf1DhSsC12YjZdI=; b=acP0fttAvdulQNbGKRuiwQSrwFOBzjdlZtWYNe0ybLarfKy1wpze1/lUG9HUuqInqO MkY5EruTGTazt0YQkbicR028kw/EYODf5uroIp3An/ypL7pYBHx9ADhvVw8iFA133QwE Ypy+OCigmDrdAb7KNDNXCkyq26eJs2kYeFdATsH1unGoe2JIue/22JYrSHM4VBnBxQMf kwbMJ/mW5mDVrtVQEl0RE8R0FxUgro3Bia+O3qnU7mKoSxLE6gMKKfdLQdyPEiGIf14S zTa5Lu2S6qn/TcRlsIG2xXL5e+nH8e2G/5JsX1jNAyGWL29fXa8qEzCZXF/+9bYK9dHb zTow== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k9si13118966edv.487.2020.11.02.23.24.16; Mon, 02 Nov 2020 23:24:39 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727876AbgKCHWs (ORCPT + 99 others); Tue, 3 Nov 2020 02:22:48 -0500 Received: from twspam01.aspeedtech.com ([211.20.114.71]:29575 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727835AbgKCHWr (ORCPT ); Tue, 3 Nov 2020 02:22:47 -0500 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 0A37Id60008355; Tue, 3 Nov 2020 15:18:39 +0800 (GMT-8) (envelope-from chin-ting_kuo@aspeedtech.com) Received: from localhost.localdomain (192.168.10.9) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 3 Nov 2020 15:22:11 +0800 From: Chin-Ting Kuo To: , , , , , , , , , CC: Subject: [v2 1/4] dt-bindings: spi: Add binding file for ASPEED FMC/SPI memory controller Date: Tue, 3 Nov 2020 15:21:59 +0800 Message-ID: <20201103072202.24705-2-chin-ting_kuo@aspeedtech.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201103072202.24705-1-chin-ting_kuo@aspeedtech.com> References: <20201103072202.24705-1-chin-ting_kuo@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.10.9] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 0A37Id60008355 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Create binding file with YAML syntax for ASPEED FMC/SPI memory controller. Signed-off-by: Chin-Ting Kuo --- .../bindings/spi/aspeed,spi-aspeed.yaml | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/aspeed,spi-aspeed.yaml diff --git a/Documentation/devicetree/bindings/spi/aspeed,spi-aspeed.yaml b/Documentation/devicetree/bindings/spi/aspeed,spi-aspeed.yaml new file mode 100644 index 000000000000..41b9692c7226 --- /dev/null +++ b/Documentation/devicetree/bindings/spi/aspeed,spi-aspeed.yaml @@ -0,0 +1,66 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/spi/aspeed,spi-aspeed.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: SPI memory controller for ASPEED SoCs + +maintainers: + - Chin-Ting Kuo + +description: | + There are three SPI memory controllers embedded in a ASPEED SoC. + They are usually connected to SPI NOR flashes. Each of them has + more than a chip select. They also support SPI single, dual and + quad IO modes for SPI NOR flash. + +allOf: + - $ref: /spi/spi-controller.yaml# + +properties: + compatible: + oneOf: + - items: + - enum: + - aspeed,ast2600-fmc + - aspeed,ast2600-spi + + reg: + items: + - description: the control register location and length + - description: the flash memory mapping address and length + + clocks: + description: AHB bus clock which will be converted to SPI bus clock + +required: + - compatible + - reg + - clocks + - num-cs + +unevaluatedProperties: false + +examples: + - | + #include + spi1: spi@1e630000 { + compatible = "aspeed,ast2600-spi"; + reg = <0x1e630000 0xc4>, <0x30000000 0x10000000>; + reg-names = "spi_ctrl_reg", "spi_mmap"; + clocks = <&syscon ASPEED_CLK_AHB>; + num-cs = <2>; + #address-cells = <1>; + #size-cells = <0>; + flash@0 { + compatible = "jedec,spi-nor"; + reg = <0>; + spi-max-frequency = <50000000>; + }; + flash@1 { + compatible = "jedec,spi-nor"; + reg = <1>; + spi-max-frequency = <50000000>; + }; + }; -- 2.17.1