2018-06-13 01:28:42 +07:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2015-01-25 04:12:52 +07:00
|
|
|
/*
|
2015-10-24 02:31:51 +07:00
|
|
|
* Device Tree Include file for Freescale Layerscape-2080A family SoC.
|
2015-01-25 04:12:52 +07:00
|
|
|
*
|
2017-04-27 23:47:58 +07:00
|
|
|
* Copyright 2014-2016 Freescale Semiconductor, Inc.
|
2015-01-25 04:12:52 +07:00
|
|
|
*
|
2017-02-01 13:28:35 +07:00
|
|
|
* Abhimanyu Saini <abhimanyu.saini@nxp.com>
|
2015-01-25 04:12:52 +07:00
|
|
|
* Bhupesh Sharma <bhupesh.sharma@freescale.com>
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
#include "fsl-ls208xa.dtsi"
|
2016-10-09 13:47:06 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
&cpu {
|
|
|
|
cpu0: cpu@0 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a57";
|
|
|
|
reg = <0x0>;
|
|
|
|
clocks = <&clockgen 1 0>;
|
2017-08-07 08:54:39 +07:00
|
|
|
cpu-idle-states = <&CPU_PW20>;
|
2017-02-01 13:28:35 +07:00
|
|
|
next-level-cache = <&cluster0_l2>;
|
|
|
|
#cooling-cells = <2>;
|
2015-01-25 04:12:52 +07:00
|
|
|
};
|
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cpu1: cpu@1 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a57";
|
|
|
|
reg = <0x1>;
|
|
|
|
clocks = <&clockgen 1 0>;
|
2017-08-07 08:54:39 +07:00
|
|
|
cpu-idle-states = <&CPU_PW20>;
|
2017-02-01 13:28:35 +07:00
|
|
|
next-level-cache = <&cluster0_l2>;
|
2018-05-25 12:40:02 +07:00
|
|
|
#cooling-cells = <2>;
|
2015-01-25 04:12:52 +07:00
|
|
|
};
|
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cpu2: cpu@100 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a57";
|
|
|
|
reg = <0x100>;
|
|
|
|
clocks = <&clockgen 1 1>;
|
2017-08-07 08:54:39 +07:00
|
|
|
cpu-idle-states = <&CPU_PW20>;
|
2017-02-01 13:28:35 +07:00
|
|
|
next-level-cache = <&cluster1_l2>;
|
|
|
|
#cooling-cells = <2>;
|
2015-10-24 02:31:57 +07:00
|
|
|
};
|
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cpu3: cpu@101 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a57";
|
|
|
|
reg = <0x101>;
|
|
|
|
clocks = <&clockgen 1 1>;
|
2017-08-07 08:54:39 +07:00
|
|
|
cpu-idle-states = <&CPU_PW20>;
|
2017-02-01 13:28:35 +07:00
|
|
|
next-level-cache = <&cluster1_l2>;
|
2018-05-25 12:40:02 +07:00
|
|
|
#cooling-cells = <2>;
|
2015-01-25 04:12:52 +07:00
|
|
|
};
|
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cpu4: cpu@200 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a57";
|
|
|
|
reg = <0x200>;
|
|
|
|
clocks = <&clockgen 1 2>;
|
2017-08-07 08:54:39 +07:00
|
|
|
cpu-idle-states = <&CPU_PW20>;
|
2017-02-01 13:28:35 +07:00
|
|
|
next-level-cache = <&cluster2_l2>;
|
|
|
|
#cooling-cells = <2>;
|
2015-12-05 05:56:04 +07:00
|
|
|
};
|
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cpu5: cpu@201 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a57";
|
|
|
|
reg = <0x201>;
|
|
|
|
clocks = <&clockgen 1 2>;
|
2017-08-07 08:54:39 +07:00
|
|
|
cpu-idle-states = <&CPU_PW20>;
|
2017-02-01 13:28:35 +07:00
|
|
|
next-level-cache = <&cluster2_l2>;
|
2018-05-25 12:40:02 +07:00
|
|
|
#cooling-cells = <2>;
|
2015-12-05 05:56:04 +07:00
|
|
|
};
|
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cpu6: cpu@300 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a57";
|
|
|
|
reg = <0x300>;
|
|
|
|
clocks = <&clockgen 1 3>;
|
|
|
|
next-level-cache = <&cluster3_l2>;
|
2017-08-07 08:54:39 +07:00
|
|
|
cpu-idle-states = <&CPU_PW20>;
|
2017-02-01 13:28:35 +07:00
|
|
|
#cooling-cells = <2>;
|
2015-01-25 04:12:52 +07:00
|
|
|
};
|
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cpu7: cpu@301 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a57";
|
|
|
|
reg = <0x301>;
|
|
|
|
clocks = <&clockgen 1 3>;
|
2017-08-07 08:54:39 +07:00
|
|
|
cpu-idle-states = <&CPU_PW20>;
|
2017-02-01 13:28:35 +07:00
|
|
|
next-level-cache = <&cluster3_l2>;
|
2018-05-25 12:40:02 +07:00
|
|
|
#cooling-cells = <2>;
|
2015-01-25 04:12:52 +07:00
|
|
|
};
|
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cluster0_l2: l2-cache0 {
|
|
|
|
compatible = "cache";
|
|
|
|
};
|
2015-10-24 02:31:57 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cluster1_l2: l2-cache1 {
|
|
|
|
compatible = "cache";
|
|
|
|
};
|
2015-10-24 02:31:57 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cluster2_l2: l2-cache2 {
|
|
|
|
compatible = "cache";
|
|
|
|
};
|
2015-10-24 02:31:57 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
cluster3_l2: l2-cache3 {
|
|
|
|
compatible = "cache";
|
|
|
|
};
|
2017-08-07 08:54:39 +07:00
|
|
|
|
|
|
|
CPU_PW20: cpu-pw20 {
|
|
|
|
compatible = "arm,idle-state";
|
|
|
|
idle-state-name = "PW20";
|
|
|
|
arm,psci-suspend-param = <0x00010000>;
|
|
|
|
entry-latency-us = <2000>;
|
|
|
|
exit-latency-us = <2000>;
|
|
|
|
min-residency-us = <6000>;
|
|
|
|
};
|
2017-02-01 13:28:35 +07:00
|
|
|
};
|
2015-10-24 02:31:57 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
&pcie1 {
|
|
|
|
reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */
|
|
|
|
0x10 0x00000000 0x0 0x00002000>; /* configuration space */
|
2015-10-24 02:31:57 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
ranges = <0x81000000 0x0 0x00000000 0x10 0x00010000 0x0 0x00010000 /* downstream I/O */
|
|
|
|
0x82000000 0x0 0x40000000 0x10 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
|
|
|
|
};
|
2015-10-24 02:31:57 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
&pcie2 {
|
|
|
|
reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */
|
|
|
|
0x12 0x00000000 0x0 0x00002000>; /* configuration space */
|
2015-10-24 02:31:57 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
ranges = <0x81000000 0x0 0x00000000 0x12 0x00010000 0x0 0x00010000 /* downstream I/O */
|
|
|
|
0x82000000 0x0 0x40000000 0x12 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
|
|
|
|
};
|
2015-10-24 02:31:57 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
&pcie3 {
|
|
|
|
reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */
|
|
|
|
0x14 0x00000000 0x0 0x00002000>; /* configuration space */
|
2015-10-24 02:31:57 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
ranges = <0x81000000 0x0 0x00000000 0x14 0x00010000 0x0 0x00010000 /* downstream I/O */
|
|
|
|
0x82000000 0x0 0x40000000 0x14 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
|
|
|
|
};
|
2016-08-10 04:59:39 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
&pcie4 {
|
|
|
|
reg = <0x00 0x03700000 0x0 0x00100000 /* controller registers */
|
|
|
|
0x16 0x00000000 0x0 0x00002000>; /* configuration space */
|
2016-08-10 04:59:39 +07:00
|
|
|
|
2017-02-01 13:28:35 +07:00
|
|
|
ranges = <0x81000000 0x0 0x00000000 0x16 0x00010000 0x0 0x00010000 /* downstream I/O */
|
|
|
|
0x82000000 0x0 0x40000000 0x16 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
|
2015-01-25 04:12:52 +07:00
|
|
|
};
|