2018-02-27 18:30:33 +07:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2016-11-22 17:00:45 +07:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Endless Computers, Inc.
|
|
|
|
* Author: Carlo Caione <carlo@endlessm.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "meson-gxl.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "amlogic,meson-gxm";
|
|
|
|
|
|
|
|
cpus {
|
|
|
|
cpu-map {
|
|
|
|
cluster0 {
|
|
|
|
core0 {
|
|
|
|
cpu = <&cpu0>;
|
|
|
|
};
|
|
|
|
core1 {
|
|
|
|
cpu = <&cpu1>;
|
|
|
|
};
|
|
|
|
core2 {
|
|
|
|
cpu = <&cpu2>;
|
|
|
|
};
|
|
|
|
core3 {
|
|
|
|
cpu = <&cpu3>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
cluster1 {
|
|
|
|
core0 {
|
|
|
|
cpu = <&cpu4>;
|
|
|
|
};
|
|
|
|
core1 {
|
|
|
|
cpu = <&cpu5>;
|
|
|
|
};
|
|
|
|
core2 {
|
|
|
|
cpu = <&cpu6>;
|
|
|
|
};
|
|
|
|
core3 {
|
|
|
|
cpu = <&cpu7>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
cpu4: cpu@100 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a53", "arm,armv8";
|
|
|
|
reg = <0x0 0x100>;
|
|
|
|
enable-method = "psci";
|
|
|
|
next-level-cache = <&l2>;
|
2016-12-03 06:08:49 +07:00
|
|
|
clocks = <&scpi_dvfs 1>;
|
2016-11-22 17:00:45 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
cpu5: cpu@101 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a53", "arm,armv8";
|
|
|
|
reg = <0x0 0x101>;
|
|
|
|
enable-method = "psci";
|
|
|
|
next-level-cache = <&l2>;
|
2016-12-03 06:08:49 +07:00
|
|
|
clocks = <&scpi_dvfs 1>;
|
2016-11-22 17:00:45 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
cpu6: cpu@102 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a53", "arm,armv8";
|
|
|
|
reg = <0x0 0x102>;
|
|
|
|
enable-method = "psci";
|
|
|
|
next-level-cache = <&l2>;
|
2016-12-03 06:08:49 +07:00
|
|
|
clocks = <&scpi_dvfs 1>;
|
2016-11-22 17:00:45 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
cpu7: cpu@103 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a53", "arm,armv8";
|
|
|
|
reg = <0x0 0x103>;
|
|
|
|
enable-method = "psci";
|
|
|
|
next-level-cache = <&l2>;
|
2016-12-03 06:08:49 +07:00
|
|
|
clocks = <&scpi_dvfs 1>;
|
2016-11-22 17:00:45 +07:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-12-01 16:05:58 +07:00
|
|
|
|
2017-08-04 20:12:12 +07:00
|
|
|
&clkc_AO {
|
|
|
|
compatible = "amlogic,meson-gxm-aoclkc", "amlogic,meson-gx-aoclkc";
|
|
|
|
};
|
|
|
|
|
2017-01-23 01:17:14 +07:00
|
|
|
&saradc {
|
|
|
|
compatible = "amlogic,meson-gxm-saradc", "amlogic,meson-saradc";
|
|
|
|
};
|
|
|
|
|
2016-12-03 06:08:49 +07:00
|
|
|
&scpi_dvfs {
|
|
|
|
clock-indices = <0 1>;
|
|
|
|
clock-output-names = "vbig", "vlittle";
|
|
|
|
};
|
|
|
|
|
2016-12-01 16:05:58 +07:00
|
|
|
&vpu {
|
|
|
|
compatible = "amlogic,meson-gxm-vpu", "amlogic,meson-gx-vpu";
|
|
|
|
};
|
2016-12-03 06:08:49 +07:00
|
|
|
|
2017-03-21 22:25:46 +07:00
|
|
|
&hdmi_tx {
|
|
|
|
compatible = "amlogic,meson-gxm-dw-hdmi", "amlogic,meson-gx-dw-hdmi";
|
|
|
|
};
|