blob: 5ce55bdbb995b4e3c70e1a29deac86c64765998f [file] [log] [blame]
Pali Rohár0934ddd2022-02-14 11:34:30 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Stefan Roese850db822016-05-17 14:03:25 +02002/*
3 * Device Tree Include file for Marvell Armada 372x family of SoCs
4 * (also named 88F3720)
5 *
6 * Copyright (C) 2016 Marvell
7 *
8 * Gregory CLEMENT <gregory.clement@free-electrons.com>
9 *
Stefan Roese850db822016-05-17 14:03:25 +020010 */
11
12#include "armada-37xx.dtsi"
13
14/ {
15 model = "Marvell Armada 3720 SoC";
16 compatible = "marvell,armada3720", "marvell,armada3710";
17
18 cpus {
Pali Rohár0934ddd2022-02-14 11:34:30 +010019 cpu1: cpu@1 {
Stefan Roese850db822016-05-17 14:03:25 +020020 device_type = "cpu";
Pali Rohár0934ddd2022-02-14 11:34:30 +010021 compatible = "arm,cortex-a53";
Stefan Roese850db822016-05-17 14:03:25 +020022 reg = <0x1>;
Pali Rohár0934ddd2022-02-14 11:34:30 +010023 clocks = <&nb_periph_clk 16>;
Stefan Roese850db822016-05-17 14:03:25 +020024 enable-method = "psci";
25 };
26 };
27};