hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (C) 2016 Marvell Technology Group Ltd.
 *
 * Device Tree file for Marvell Armada AP806.
 */
 
#define AP_NAME        ap806
#include "armada-ap80x.dtsi"
 
/ {
   model = "Marvell Armada AP806";
   compatible = "marvell,armada-ap806";
};
 
&ap_syscon0 {
   ap_clk: clock {
       compatible = "marvell,ap806-clock";
       #clock-cells = <1>;
   };
};
 
&ap_syscon1 {
   cpu_clk: clock-cpu@278 {
       compatible = "marvell,ap806-cpu-clock";
       clocks = <&ap_clk 0>, <&ap_clk 1>;
       #clock-cells = <1>;
       reg = <0x278 0xa30>;
   };
};