2 * Freescale ls2080a SOC common device tree source
4 * Copyright 2013-2015 Freescale Semiconductor, Inc.
6 * SPDX-License-Identifier: GPL-2.0+
10 compatible = "fsl,ls2080a";
11 interrupt-parent = <&gic>;
20 * We expect the enable-method for cpu's to be "psci", but this
21 * is dependent on the SoC FW, which will fill this in.
23 * Currently supported enable-method is psci v0.2
26 /* We have 4 clusters having 2 Cortex-A57 cores each */
29 compatible = "arm,cortex-a57";
35 compatible = "arm,cortex-a57";
41 compatible = "arm,cortex-a57";
47 compatible = "arm,cortex-a57";
53 compatible = "arm,cortex-a57";
59 compatible = "arm,cortex-a57";
65 compatible = "arm,cortex-a57";
71 compatible = "arm,cortex-a57";
77 device_type = "memory";
78 reg = <0x00000000 0x80000000 0 0x80000000>;
79 /* DRAM space - 1, size : 2 GB DRAM */
82 gic: interrupt-controller@6000000 {
83 compatible = "arm,gic-v3";
84 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
85 <0x0 0x06100000 0 0x100000>; /* GICR (RD_base + SGI_base) */
86 #interrupt-cells = <3>;
88 interrupts = <1 9 0x4>;
92 compatible = "arm,armv8-timer";
93 interrupts = <1 13 0x8>, /* Physical Secure PPI, active-low */
94 <1 14 0x8>, /* Physical Non-Secure PPI, active-low */
95 <1 11 0x8>, /* Virtual PPI, active-low */
96 <1 10 0x8>; /* Hypervisor PPI, active-low */
99 serial0: serial@21c0500 {
100 device_type = "serial";
101 compatible = "fsl,ns16550", "ns16550a";
102 reg = <0x0 0x21c0500 0x0 0x100>;
103 clock-frequency = <0>; /* Updated by bootloader */
104 interrupts = <0 32 0x1>; /* edge triggered */
107 serial1: serial@21c0600 {
108 device_type = "serial";
109 compatible = "fsl,ns16550", "ns16550a";
110 reg = <0x0 0x21c0600 0x0 0x100>;
111 clock-frequency = <0>; /* Updated by bootloader */
112 interrupts = <0 32 0x1>; /* edge triggered */
115 fsl_mc: fsl-mc@80c000000 {
116 compatible = "fsl,qoriq-mc";
117 reg = <0x00000008 0x0c000000 0 0x40>, /* MC portal base */
118 <0x00000000 0x08340000 0 0x40000>; /* MC control reg */
122 compatible = "fsl,vf610-dspi";
123 #address-cells = <1>;
125 reg = <0x0 0x2100000 0x0 0x10000>;
126 interrupts = <0 26 0x4>; /* Level high type */