From: qiaozhou <qiaozhou@asrmicro.com>
To: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: qiaozhou <qiaozhou@asrmicro.com>
Subject: [PATCH 0/7] Add dts files for ASR8751C SoC
Date: Sat, 23 Mar 2019 22:01:21 +0800 [thread overview]
Message-ID: <1553349688-1946-1-git-send-email-qiaozhou@asrmicro.com> (raw)
Add dtsi file for ASR8751C SoC and dts file for ASR8751C AquilaC development
board. Also add necessary dt-bindings document, header files.
Will add more driver of ASR8751C SoC in later patches.
Qiao Zhou (7):
dt-bindings: arm: asr: add ASR8751C bindings
dt-bindings: bus: add ASR8751C APB/AXI bindings
dt-bindings: clocks: add ASR8751C bindings
dt-bindings: serial: add ASR8751C serial bindings
dt-bindings: Add header file of ASR8751C clock driver
dt-bindings: add header file of ASR8751C pinctrl driver
arm64: dts: add dts files for asr Aquilac SoC
.../devicetree/bindings/arm/asr/asr-8751c.txt | 9 +
Documentation/devicetree/bindings/bus/asr,bus.txt | 42 ++
.../devicetree/bindings/clock/asr,clock.txt | 31 ++
.../devicetree/bindings/serial/asr-serial.txt | 23 ++
.../devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/asr/Makefile | 2 +
arch/arm64/boot/dts/asr/asr8751c-aquilac.dts | 58 +++
arch/arm64/boot/dts/asr/asr8751c-pinctrl.dtsi | 400 ++++++++++++++++++
arch/arm64/boot/dts/asr/asr8751c.dtsi | 460 +++++++++++++++++++++
include/dt-bindings/clock/asr8751c-clk.h | 252 +++++++++++
include/dt-bindings/pinctrl/asr8751c-pinfunc.h | 341 +++++++++++++++
12 files changed, 1620 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/asr/asr-8751c.txt
create mode 100644 Documentation/devicetree/bindings/bus/asr,bus.txt
create mode 100644 Documentation/devicetree/bindings/clock/asr,clock.txt
create mode 100644 Documentation/devicetree/bindings/serial/asr-serial.txt
create mode 100644 arch/arm64/boot/dts/asr/Makefile
create mode 100644 arch/arm64/boot/dts/asr/asr8751c-aquilac.dts
create mode 100644 arch/arm64/boot/dts/asr/asr8751c-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/asr/asr8751c.dtsi
create mode 100644 include/dt-bindings/clock/asr8751c-clk.h
create mode 100644 include/dt-bindings/pinctrl/asr8751c-pinfunc.h
--
2.7.4
next reply other threads:[~2019-03-23 14:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-23 14:01 qiaozhou [this message]
2019-03-23 14:01 ` [PATCH 1/7] dt-bindings: arm: asr: add ASR8751C bindings qiaozhou
2019-03-31 6:41 ` Rob Herring
2019-03-23 14:01 ` [PATCH 2/7] dt-bindings: bus: add ASR8751C APB/AXI bindings qiaozhou
2019-03-31 6:41 ` Rob Herring
2019-03-23 14:01 ` [PATCH 3/7] dt-bindings: clocks: add ASR8751C bindings qiaozhou
2019-03-31 6:41 ` Rob Herring
2019-03-23 14:01 ` [PATCH 4/7] dt-bindings: serial: add ASR8751C serial bindings qiaozhou
2019-03-31 6:41 ` Rob Herring
2019-03-23 14:01 ` [PATCH 5/7] dt-bindings: Add header file of ASR8751C clock driver qiaozhou
2019-03-23 14:01 ` [PATCH 6/7] dt-bindings: add header file of ASR8751C pinctrl driver qiaozhou
2019-03-31 6:41 ` Rob Herring
2019-03-23 14:01 ` [PATCH 7/7] arm64: dts: add dts files for asr Aquilac SoC qiaozhou
2019-03-31 6:41 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1553349688-1946-1-git-send-email-qiaozhou@asrmicro.com \
--to=qiaozhou@asrmicro.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).