summaryrefslogtreecommitdiffstats
path: root/81E00610.4D0200.dts
blob: c4bea9fc542adca8a8e544254544ae44da60e7f9 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

/dts-v1/;

/ {
        name = "";
        compatible = "ibm,opal-in-memory-counters";
        #address-cells = <0x1>;
        #size-cells = <0x1>;
        imc-nest-offset = <0x320000>;
        imc-nest-size = <0x30000>;
        version-id = <0xd>;

NEST_MCS: nest-mcs-events {
		#address-cells = <0x1>;
		#size-cells = <0x1>;

		event@18 {
			event-name = "UP_128B_DATA_XFER" ;
			reg = <0x18 0x8>;
			desc = "Total Read Bandwidth seen on both MCS" ;
		};
		event@98 {
			event-name = "DOWN_128B_DATA_XFER" ;
			reg = <0x98 0x8>;
			desc = "Total Write Bandwidth seen on both MCS" ;
		};
	};
	mcs0 {
		compatible = "ibm,imc-counters-nest";
		events-prefix = "PM_MCS0_";
		unit = "MiB";
		scale = "1.2207e-4";
		reg = <0x100 0x8>;
		events = < &NEST_MCS >;
	};
	mcs1 {
		compatible = "ibm,imc-counters-nest";
		events-prefix = "PM_MCS1_";
		unit = "MiB";
		scale = "1.2207e-4";
		reg = <0x108 0x8>;
		events = < &NEST_MCS >;
	};
	mcs2 {
		compatible = "ibm,imc-counters-nest";
		events-prefix = "PM_MCS2_";
		unit = "MiB";
		scale = "1.2207e-4";
		reg = <0x110 0x8>;
		events = < &NEST_MCS >;
	};
	mcs3 {
		compatible = "ibm,imc-counters-nest";
		events-prefix = "PM_MCS3_";
		unit = "MiB";
		scale = "1.2207e-4";
		reg = <0x118 0x8>;
		events = < &NEST_MCS >;
	};

};
OpenPOWER on IntegriCloud