]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm/samsung/exynos4412-ppmu-common.dtsi
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm / samsung / exynos4412-ppmu-common.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Device tree sources for Exynos4412 PPMU common device tree
4 *
5 * Copyright (C) 2015 Samsung Electronics
6 * Author: Chanwoo Choi <cw00.choi@samsung.com>
7 */
8
9 &ppmu_dmc0 {
10 status = "okay";
11
12 events {
13 ppmu_dmc0_3: ppmu-event3-dmc0 {
14 event-name = "ppmu-event3-dmc0";
15 };
16 };
17 };
18
19 &ppmu_dmc1 {
20 status = "okay";
21
22 events {
23 ppmu_dmc1_3: ppmu-event3-dmc1 {
24 event-name = "ppmu-event3-dmc1";
25 };
26 };
27 };
28
29 &ppmu_leftbus {
30 status = "okay";
31
32 events {
33 ppmu_leftbus_3: ppmu-event3-leftbus {
34 event-name = "ppmu-event3-leftbus";
35 };
36 };
37 };
38
39 &ppmu_rightbus {
40 status = "okay";
41
42 events {
43 ppmu_rightbus_3: ppmu-event3-rightbus {
44 event-name = "ppmu-event3-rightbus";
45 };
46 };
47 };