aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2016-04-15 02:32:51 -0400
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-05-03 06:27:03 -0400
commitf018c987ddac3873cdf11837498305ed8591382d (patch)
tree303638a7119b9707de9145ef71fd0f451d0f7768
parent4f20aa0eebe0d66f89b39cbd741632ff7be7f6be (diff)
ARM: dts: exynos: Add NoC Probe dt node for Exynos542x SoC
This patch adds the NoCP (Network on Chip Probe) Device Tree node to measure the bandwidth of memory and g3d in Exynos542x SoC. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Tested-by: Markus Reichl <m.reichl@fivetechno.de> Tested-by: Anand Moon <linux.amoon@gmail.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos5420.dtsi36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 7b99cb58d82d..63f84df73c53 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -294,6 +294,42 @@
294 }; 294 };
295 }; 295 };
296 296
297 nocp_mem0_0: nocp@10CA1000 {
298 compatible = "samsung,exynos5420-nocp";
299 reg = <0x10CA1000 0x200>;
300 status = "disabled";
301 };
302
303 nocp_mem0_1: nocp@10CA1400 {
304 compatible = "samsung,exynos5420-nocp";
305 reg = <0x10CA1400 0x200>;
306 status = "disabled";
307 };
308
309 nocp_mem1_0: nocp@10CA1800 {
310 compatible = "samsung,exynos5420-nocp";
311 reg = <0x10CA1800 0x200>;
312 status = "disabled";
313 };
314
315 nocp_mem1_1: nocp@10CA1C00 {
316 compatible = "samsung,exynos5420-nocp";
317 reg = <0x10CA1C00 0x200>;
318 status = "disabled";
319 };
320
321 nocp_g3d_0: nocp@11A51000 {
322 compatible = "samsung,exynos5420-nocp";
323 reg = <0x11A51000 0x200>;
324 status = "disabled";
325 };
326
327 nocp_g3d_1: nocp@11A51400 {
328 compatible = "samsung,exynos5420-nocp";
329 reg = <0x11A51400 0x200>;
330 status = "disabled";
331 };
332
297 gsc_pd: power-domain@10044000 { 333 gsc_pd: power-domain@10044000 {
298 compatible = "samsung,exynos4210-pd"; 334 compatible = "samsung,exynos4210-pd";
299 reg = <0x10044000 0x20>; 335 reg = <0x10044000 0x20>;