mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

The "simple-bus" binding has preferred node names such as "bus", ".*-bus", or "soc". Rename the Marvell platforms to use these names. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
33 lines
618 B
Plaintext
33 lines
618 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Device Tree file for Marvell Armada AP807
|
|
*
|
|
* Copyright (C) 2019 Marvell Technology Group Ltd.
|
|
*/
|
|
|
|
#include "armada-ap80x.dtsi"
|
|
|
|
&ap_syscon0 {
|
|
ap_clk: clock {
|
|
compatible = "marvell,ap807-clock";
|
|
#clock-cells = <1>;
|
|
};
|
|
};
|
|
|
|
&ap_syscon1 {
|
|
cpu_clk: clock-cpu {
|
|
compatible = "marvell,ap807-cpu-clock";
|
|
clocks = <&ap_clk 0>, <&ap_clk 1>;
|
|
#clock-cells = <1>;
|
|
};
|
|
};
|
|
|
|
&ap_sdhci0 {
|
|
compatible = "marvell,armada-ap807-sdhci",
|
|
"marvell,armada-ap806-sdhci"; /* Backward compatibility */
|
|
};
|
|
|
|
&ap_thermal {
|
|
compatible = "marvell,armada-ap807-thermal";
|
|
};
|