Skip to content

Commit f018c98

Browse files
chanwoochoikrzk
authored andcommitted
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 <[email protected]> Tested-by: Markus Reichl <[email protected]> Tested-by: Anand Moon <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 4f20aa0 commit f018c98

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

arch/arm/boot/dts/exynos5420.dtsi

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,42 @@
294294
};
295295
};
296296

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+
297333
gsc_pd: power-domain@10044000 {
298334
compatible = "samsung,exynos4210-pd";
299335
reg = <0x10044000 0x20>;

0 commit comments

Comments
 (0)