layerscape: add ls2088ardb device support
The QorIQ LS2088A processor is built on the Layerscape
architecture combining eight ARM A72 processor cores
with advanced, high-performance datapath acceleration
and network, peripheral interfaces required for
networking, telecom, wireless infrastructure, aerospace
applications and general-purpose embedded applications.
Features summary:
- Eight 64-bit ARM v8 Cortex-A72 CPUs
- Two 64-bit DDR4 SDRAM memory controller with ECC
- One 32-bit DDR3 SDRAM memory controller with ECC
- Data path acceleration architecture 2.0 (DPAA2)
- Ethernet interfaces
- IFC, 4 PCIe, 2 SATA, 2 USB, 1 SDXC, 2 DUARTs etc
Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
2016-12-27 17:28:02 +00:00
|
|
|
From cb8a47d43caa2b07a62d81ee0b65c0d16560c276 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Abhimanyu Saini <abhimanyu.saini@nxp.com>
|
|
|
|
Date: Fri, 3 Jun 2016 13:15:28 +0530
|
|
|
|
Subject: [PATCH 229/238] drivers: clk: qoriq: Add ls2088a key to chipinfo
|
|
|
|
table
|
|
|
|
|
|
|
|
---
|
|
|
|
drivers/clk/clk-qoriq.c | 11 +++++++++++
|
|
|
|
1 file changed, 11 insertions(+)
|
|
|
|
|
|
|
|
--- a/drivers/clk/clk-qoriq.c
|
|
|
|
+++ b/drivers/clk/clk-qoriq.c
|
2017-01-06 12:53:27 +00:00
|
|
|
@@ -559,6 +559,17 @@ static const struct clockgen_chipinfo ch
|
layerscape: add ls2088ardb device support
The QorIQ LS2088A processor is built on the Layerscape
architecture combining eight ARM A72 processor cores
with advanced, high-performance datapath acceleration
and network, peripheral interfaces required for
networking, telecom, wireless infrastructure, aerospace
applications and general-purpose embedded applications.
Features summary:
- Eight 64-bit ARM v8 Cortex-A72 CPUs
- Two 64-bit DDR4 SDRAM memory controller with ECC
- One 32-bit DDR3 SDRAM memory controller with ECC
- Data path acceleration architecture 2.0 (DPAA2)
- Ethernet interfaces
- IFC, 4 PCIe, 2 SATA, 2 USB, 1 SDXC, 2 DUARTs etc
Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
2016-12-27 17:28:02 +00:00
|
|
|
.flags = CG_VER3 | CG_LITTLE_ENDIAN,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
+ .compat = "fsl,ls2088a-clockgen",
|
|
|
|
+ .cmux_groups = {
|
|
|
|
+ &clockgen2_cmux_cga12, &clockgen2_cmux_cgb
|
|
|
|
+ },
|
|
|
|
+ .cmux_to_group = {
|
|
|
|
+ 0, 0, 1, 1, -1
|
|
|
|
+ },
|
|
|
|
+ .pll_mask = 0x37,
|
|
|
|
+ .flags = CG_VER3 | CG_LITTLE_ENDIAN,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
.compat = "fsl,p2041-clockgen",
|
|
|
|
.guts_compat = "fsl,qoriq-device-config-1.0",
|
|
|
|
.init_periph = p2041_init_periph,
|