xref: /openbmc/u-boot/arch/arm/dts/sun50i-h5.dtsi (revision 702a3e57)
1*702a3e57SJagan Teki/*
2*702a3e57SJagan Teki * Copyright (c) 2016 ARM Ltd.
3*702a3e57SJagan Teki *
4*702a3e57SJagan Teki * This file is dual-licensed: you can use it either under the terms
5*702a3e57SJagan Teki * of the GPL or the X11 license, at your option. Note that this dual
6*702a3e57SJagan Teki * licensing only applies to this file, and not this project as a
7*702a3e57SJagan Teki * whole.
8*702a3e57SJagan Teki *
9*702a3e57SJagan Teki *  a) This library is free software; you can redistribute it and/or
10*702a3e57SJagan Teki *     modify it under the terms of the GNU General Public License as
11*702a3e57SJagan Teki *     published by the Free Software Foundation; either version 2 of the
12*702a3e57SJagan Teki *     License, or (at your option) any later version.
13*702a3e57SJagan Teki *
14*702a3e57SJagan Teki *     This library is distributed in the hope that it will be useful,
15*702a3e57SJagan Teki *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16*702a3e57SJagan Teki *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17*702a3e57SJagan Teki *     GNU General Public License for more details.
18*702a3e57SJagan Teki *
19*702a3e57SJagan Teki * Or, alternatively,
20*702a3e57SJagan Teki *
21*702a3e57SJagan Teki *  b) Permission is hereby granted, free of charge, to any person
22*702a3e57SJagan Teki *     obtaining a copy of this software and associated documentation
23*702a3e57SJagan Teki *     files (the "Software"), to deal in the Software without
24*702a3e57SJagan Teki *     restriction, including without limitation the rights to use,
25*702a3e57SJagan Teki *     copy, modify, merge, publish, distribute, sublicense, and/or
26*702a3e57SJagan Teki *     sell copies of the Software, and to permit persons to whom the
27*702a3e57SJagan Teki *     Software is furnished to do so, subject to the following
28*702a3e57SJagan Teki *     conditions:
29*702a3e57SJagan Teki *
30*702a3e57SJagan Teki *     The above copyright notice and this permission notice shall be
31*702a3e57SJagan Teki *     included in all copies or substantial portions of the Software.
32*702a3e57SJagan Teki *
33*702a3e57SJagan Teki *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34*702a3e57SJagan Teki *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35*702a3e57SJagan Teki *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36*702a3e57SJagan Teki *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37*702a3e57SJagan Teki *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38*702a3e57SJagan Teki *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39*702a3e57SJagan Teki *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40*702a3e57SJagan Teki *     OTHER DEALINGS IN THE SOFTWARE.
41*702a3e57SJagan Teki */
42*702a3e57SJagan Teki
43*702a3e57SJagan Teki#include "sun8i-h3.dtsi"
44*702a3e57SJagan Teki
45*702a3e57SJagan Teki/ {
46*702a3e57SJagan Teki	cpus {
47*702a3e57SJagan Teki		cpu@0 {
48*702a3e57SJagan Teki			compatible = "arm,cortex-a53", "arm,armv8";
49*702a3e57SJagan Teki			enable-method = "psci";
50*702a3e57SJagan Teki		};
51*702a3e57SJagan Teki		cpu@1 {
52*702a3e57SJagan Teki			compatible = "arm,cortex-a53", "arm,armv8";
53*702a3e57SJagan Teki			enable-method = "psci";
54*702a3e57SJagan Teki		};
55*702a3e57SJagan Teki		cpu@2 {
56*702a3e57SJagan Teki			compatible = "arm,cortex-a53", "arm,armv8";
57*702a3e57SJagan Teki			enable-method = "psci";
58*702a3e57SJagan Teki		};
59*702a3e57SJagan Teki		cpu@3 {
60*702a3e57SJagan Teki			compatible = "arm,cortex-a53", "arm,armv8";
61*702a3e57SJagan Teki			enable-method = "psci";
62*702a3e57SJagan Teki		};
63*702a3e57SJagan Teki	};
64*702a3e57SJagan Teki
65*702a3e57SJagan Teki	psci {
66*702a3e57SJagan Teki		compatible = "arm,psci-0.2";
67*702a3e57SJagan Teki		method = "smc";
68*702a3e57SJagan Teki	};
69*702a3e57SJagan Teki
70*702a3e57SJagan Teki	timer {
71*702a3e57SJagan Teki		compatible = "arm,armv8-timer";
72*702a3e57SJagan Teki	};
73*702a3e57SJagan Teki};
74*702a3e57SJagan Teki
75*702a3e57SJagan Teki&gic {
76*702a3e57SJagan Teki	compatible = "arm,gic-400";
77*702a3e57SJagan Teki};
78