18c2ecf20Sopenharmony_ciNVIDIA Tegra Activity Monitor
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThe activity monitor block collects statistics about the behaviour of other
48c2ecf20Sopenharmony_cicomponents in the system. This information can be used to derive the rate at
58c2ecf20Sopenharmony_ciwhich the external memory needs to be clocked in order to serve all requests
68c2ecf20Sopenharmony_cifrom the monitored clients.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciRequired properties:
98c2ecf20Sopenharmony_ci- compatible: should be "nvidia,tegra<chip>-actmon"
108c2ecf20Sopenharmony_ci- reg: offset and length of the register set for the device
118c2ecf20Sopenharmony_ci- interrupts: standard interrupt property
128c2ecf20Sopenharmony_ci- clocks: Must contain a phandle and clock specifier pair for each entry in
138c2ecf20Sopenharmony_ciclock-names. See ../../clock/clock-bindings.txt for details.
148c2ecf20Sopenharmony_ci- clock-names: Must include the following entries:
158c2ecf20Sopenharmony_ci  - actmon
168c2ecf20Sopenharmony_ci  - emc
178c2ecf20Sopenharmony_ci- resets: Must contain an entry for each entry in reset-names. See
188c2ecf20Sopenharmony_ci../../reset/reset.txt for details.
198c2ecf20Sopenharmony_ci- reset-names: Must include the following entries:
208c2ecf20Sopenharmony_ci  - actmon
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciExample:
238c2ecf20Sopenharmony_ci	actmon@6000c800 {
248c2ecf20Sopenharmony_ci		compatible = "nvidia,tegra124-actmon";
258c2ecf20Sopenharmony_ci		reg = <0x0 0x6000c800 0x0 0x400>;
268c2ecf20Sopenharmony_ci		interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
278c2ecf20Sopenharmony_ci		clocks = <&tegra_car TEGRA124_CLK_ACTMON>,
288c2ecf20Sopenharmony_ci			 <&tegra_car TEGRA124_CLK_EMC>;
298c2ecf20Sopenharmony_ci		clock-names = "actmon", "emc";
308c2ecf20Sopenharmony_ci		resets = <&tegra_car 119>;
318c2ecf20Sopenharmony_ci		reset-names = "actmon";
328c2ecf20Sopenharmony_ci	};
33