mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-23 18:00:59 +03:00
nv-soc: add infrastructure for aon_echo
Add aon_echo node which is disabled by default. This
can be enabled with the feature in the SPE firmware.
Bug 4296173
Change-Id: If29fbcd01b978dec2dcaa3631ee0c14e0c4ab038
Signed-off-by: Gautham Srinivasan <gauthams@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2954310
(cherry picked from commit 9275899572)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3015991
Reviewed-by: Amulya Yarlagadda <ayarlagadda@nvidia.com>
Tested-by: Amulya Yarlagadda <ayarlagadda@nvidia.com>
This commit is contained in:
committed by
Amulya Yarlagadda
parent
8dcbb3224d
commit
73655e8b5a
@@ -102,6 +102,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
bus@0 {
|
bus@0 {
|
||||||
|
aon_echo {
|
||||||
|
compatible = "nvidia,tegra186-aon-ivc-echo";
|
||||||
|
mboxes = <&aon TEGRA_HSP_MBOX_TYPE_SM>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
actmon@d230000 {
|
actmon@d230000 {
|
||||||
compatible = "nvidia,tegra234-cactmon-mc-all";
|
compatible = "nvidia,tegra234-cactmon-mc-all";
|
||||||
reg = <0x0 0xd230000 0x0 0x1000>;
|
reg = <0x0 0xd230000 0x0 0x1000>;
|
||||||
|
|||||||
Reference in New Issue
Block a user