1/* 2 * Device tree sources for Exynos4412 PPMU common device tree 3 * 4 * Copyright (C) 2015 Samsung Electronics 5 * Author: Chanwoo Choi <cw00.choi@samsung.com> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as 9 * published by the Free Software Foundation. 10 */ 11 12&ppmu_dmc0 { 13 status = "okay"; 14 15 events { 16 ppmu_dmc0_3: ppmu-event3-dmc0 { 17 event-name = "ppmu-event3-dmc0"; 18 }; 19 }; 20}; 21 22&ppmu_dmc1 { 23 status = "okay"; 24 25 events { 26 ppmu_dmc1_3: ppmu-event3-dmc1 { 27 event-name = "ppmu-event3-dmc1"; 28 }; 29 }; 30}; 31 32&ppmu_leftbus { 33 status = "okay"; 34 35 events { 36 ppmu_leftbus_3: ppmu-event3-leftbus { 37 event-name = "ppmu-event3-leftbus"; 38 }; 39 }; 40}; 41 42&ppmu_rightbus { 43 status = "okay"; 44 45 events { 46 ppmu_rightbus_3: ppmu-event3-rightbus { 47 event-name = "ppmu-event3-rightbus"; 48 }; 49 }; 50}; 51