mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +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 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
7c09f879b5
commit
9275899572
@@ -27,6 +27,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