From: tyler@opensourcefoundries.com (tyler at opensourcefoundries.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] ARM: dts: introduce Compulab IoT Gateway
Date: Thu, 30 Nov 2017 12:14:26 -0800 [thread overview]
Message-ID: <20171130201434.14122-1-tyler@opensourcefoundries.com> (raw)
From: Tyler Baker <tyler@opensourcefoundries.com>
The Compulab IoT Gateway is based on an NXP i.MX7D, dual core
Cortex-A7 clocking at 1GHz. It supports up to 2GB of DDR3,
and 32GB of eMMC flash. Onboard, there are two gigabit
ethernet controllers, 4 x USB2, RS485, and CAN.
It uses the same SoM as the cl-som-imx7, but includes a baseboard
with additional I/O.
Compulab has provided patches for this platform based on v4.1.
I've used these patches as reference to get things working on tip.
The entire series is based on v4.15-rc1.
Tyler Baker (8):
ARM: dts: imx7d-sbc-iot: add initial iot gateway dts
ARM: dts: imx7: build imx7d-sbc-iot-imx7 dtb
ARM: dts: imx7d-cl-som: add nodes for usbh, and usbotg2
ARM: dts: imx7s: add dma support
ARM: dts: imx7s: add node and supplies for vdd1p2
ARM: dts: imx7d-sbc-iot: enable PCIe peripheral
ARM: dts: imx7s: add usb hsic phy domain
PCIe: imx6: imx7d: add support for phy refclk source
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/imx7d-cl-som-imx7.dts | 36 ++++-
arch/arm/boot/dts/imx7d-sbc-iot-imx7.dts | 252 +++++++++++++++++++++++++++++++
arch/arm/boot/dts/imx7s.dtsi | 29 +++-
drivers/pci/dwc/pci-imx6.c | 8 +-
5 files changed, 316 insertions(+), 10 deletions(-)
create mode 100644 arch/arm/boot/dts/imx7d-sbc-iot-imx7.dts
--
2.9.3
WARNING: multiple messages have this Message-ID (diff)
From: tyler@opensourcefoundries.com
To: shawnguo@kernel.org, fabio.estevam@nxp.com, kernel@pengutronix.de
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Tyler Baker <tyler@opensourcefoundries.com>
Subject: [PATCH 0/8] ARM: dts: introduce Compulab IoT Gateway
Date: Thu, 30 Nov 2017 12:14:26 -0800 [thread overview]
Message-ID: <20171130201434.14122-1-tyler@opensourcefoundries.com> (raw)
From: Tyler Baker <tyler@opensourcefoundries.com>
The Compulab IoT Gateway is based on an NXP i.MX7D, dual core
Cortex-A7 clocking at 1GHz. It supports up to 2GB of DDR3,
and 32GB of eMMC flash. Onboard, there are two gigabit
ethernet controllers, 4 x USB2, RS485, and CAN.
It uses the same SoM as the cl-som-imx7, but includes a baseboard
with additional I/O.
Compulab has provided patches for this platform based on v4.1.
I've used these patches as reference to get things working on tip.
The entire series is based on v4.15-rc1.
Tyler Baker (8):
ARM: dts: imx7d-sbc-iot: add initial iot gateway dts
ARM: dts: imx7: build imx7d-sbc-iot-imx7 dtb
ARM: dts: imx7d-cl-som: add nodes for usbh, and usbotg2
ARM: dts: imx7s: add dma support
ARM: dts: imx7s: add node and supplies for vdd1p2
ARM: dts: imx7d-sbc-iot: enable PCIe peripheral
ARM: dts: imx7s: add usb hsic phy domain
PCIe: imx6: imx7d: add support for phy refclk source
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/imx7d-cl-som-imx7.dts | 36 ++++-
arch/arm/boot/dts/imx7d-sbc-iot-imx7.dts | 252 +++++++++++++++++++++++++++++++
arch/arm/boot/dts/imx7s.dtsi | 29 +++-
drivers/pci/dwc/pci-imx6.c | 8 +-
5 files changed, 316 insertions(+), 10 deletions(-)
create mode 100644 arch/arm/boot/dts/imx7d-sbc-iot-imx7.dts
--
2.9.3
next reply other threads:[~2017-11-30 20:14 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-30 20:14 tyler at opensourcefoundries.com [this message]
2017-11-30 20:14 ` [PATCH 0/8] ARM: dts: introduce Compulab IoT Gateway tyler
2017-11-30 20:14 ` [PATCH 1/8] ARM: dts: imx7d-sbc-iot: add initial iot gateway dts tyler at opensourcefoundries.com
2017-11-30 20:14 ` tyler
2017-11-30 20:14 ` tyler-yzvPICuk2AAEdKtRPRuaE5USO3DlRtUf
2017-12-01 20:10 ` Fabio Estevam
2017-12-01 20:10 ` Fabio Estevam
2017-12-01 20:10 ` Fabio Estevam
2017-12-05 20:58 ` Tyler Baker
2017-12-05 20:58 ` Tyler Baker
2017-12-05 20:58 ` Tyler Baker
2017-11-30 20:14 ` [PATCH 2/8] ARM: dts: imx7: build imx7d-sbc-iot-imx7 dtb tyler at opensourcefoundries.com
2017-11-30 20:14 ` tyler
2017-12-01 20:11 ` Fabio Estevam
2017-12-01 20:11 ` Fabio Estevam
2017-12-05 20:58 ` Tyler Baker
2017-12-05 20:58 ` Tyler Baker
2017-11-30 20:14 ` [PATCH 3/8] ARM: dts: imx7d-cl-som: add nodes for usbh, and usbotg2 tyler at opensourcefoundries.com
2017-11-30 20:14 ` tyler
2017-12-01 20:13 ` Fabio Estevam
2017-12-01 20:13 ` Fabio Estevam
2017-12-05 20:59 ` Tyler Baker
2017-12-05 20:59 ` Tyler Baker
2017-11-30 20:14 ` [PATCH 4/8] ARM: dts: imx7s: add dma support tyler at opensourcefoundries.com
2017-11-30 20:14 ` tyler
2017-11-30 20:14 ` tyler-yzvPICuk2AAEdKtRPRuaE5USO3DlRtUf
2017-12-01 20:17 ` Fabio Estevam
2017-12-01 20:17 ` Fabio Estevam
2017-12-01 20:17 ` Fabio Estevam
2017-12-05 20:59 ` Tyler Baker
2017-12-05 20:59 ` Tyler Baker
2017-11-30 20:14 ` [PATCH 5/8] ARM: dts: imx7s: add node and supplies for vdd1p2 tyler at opensourcefoundries.com
2017-11-30 20:14 ` tyler
2017-11-30 20:14 ` [PATCH 6/8] ARM: dts: imx7d-sbc-iot: enable PCIe peripheral tyler at opensourcefoundries.com
2017-11-30 20:14 ` tyler
2017-11-30 20:14 ` [PATCH 7/8] ARM: dts: imx7s: add usb hsic phy domain tyler at opensourcefoundries.com
2017-11-30 20:14 ` tyler
2017-11-30 20:14 ` tyler-yzvPICuk2AAEdKtRPRuaE5USO3DlRtUf
2017-11-30 20:14 ` [PATCH 8/8] PCIe: imx6: imx7d: add support for phy refclk source tyler at opensourcefoundries.com
2017-11-30 20:14 ` tyler
2017-12-01 20:21 ` Fabio Estevam
2017-12-01 20:21 ` Fabio Estevam
2017-12-01 20:21 ` Fabio Estevam
2017-12-05 20:58 ` Tyler Baker
2017-12-05 20:58 ` Tyler Baker
2017-12-05 20:58 ` Tyler Baker
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=20171130201434.14122-1-tyler@opensourcefoundries.com \
--to=tyler@opensourcefoundries.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.