mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
nv-platform: Add edge safety services
The edge safety is profisafe demo app which is part of the SEP package deliverables. Add necessary DT changes so that current userspace components related to fsicomm software stack can parse it. This includes updating total channels, adding two new nodes belonging to edge safety server and its related frame size and count. Bug 4766823 Change-Id: I2326a911ab384f26f8388d7136ee2a48b91ec0b7 Signed-off-by: Dipen Patel <dipenp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3115003 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
188ebb37f1
commit
ab9b7d747f
@@ -82,12 +82,31 @@
|
||||
};
|
||||
};
|
||||
|
||||
edge_safety_service {
|
||||
compatible = "nvidia,edge-safety-gateway";
|
||||
status = "okay";
|
||||
channelid_list = <7 8>;
|
||||
};
|
||||
|
||||
fsicom_client {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
FsiComIvc {
|
||||
status = "okay";
|
||||
nChannel = <9>;
|
||||
channel_7 {
|
||||
frame-count = <4>;
|
||||
frame-size = <10240>;
|
||||
core-id = <0>;
|
||||
NvSciCh = "nvfsicom_CcplexApp_client";
|
||||
};
|
||||
channel_8 {
|
||||
frame-count = <4>;
|
||||
frame-size = <10240>;
|
||||
core-id = <0>;
|
||||
NvSciCh = "nvfsicom_FsiApp_client";
|
||||
};
|
||||
};
|
||||
|
||||
/* FSI<->CCPLEX Communication through DRAM Carveout demo app */
|
||||
|
||||
Reference in New Issue
Block a user