From d7506e9d3a3e2f8c52b9e559704e566ccfed4239 Mon Sep 17 00:00:00 2001 From: Dipen Patel Date: Wed, 31 May 2023 10:31:03 -0700 Subject: [PATCH] [UPSTREAM V6.4]arm64: tegra: Add Tegra234 GTE nodes Add GTE LIC and AON GPIO nodes for the tegra234 SoC. Bug 3961133 Change-Id: I7cd2cea078aa48f8a36b73238f2e714165f5a406 Signed-off-by: Dipen Patel Acked-by: Thierry Reding Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2913469 Tested-by: mobile promotions Reviewed-by: mobile promotions --- tegra234.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tegra234.dtsi b/tegra234.dtsi index 02e2cd5..f4d3427 100644 --- a/tegra234.dtsi +++ b/tegra234.dtsi @@ -1161,6 +1161,14 @@ clock-names = "fuse"; }; + hte_lic: hardware-timestamp@3aa0000 { + compatible = "nvidia,tegra234-gte-lic"; + reg = <0x0 0x3aa0000 0x0 0x10000>; + interrupts = ; + nvidia,int-threshold = <1>; + #timestamp-cells = <1>; + }; + hsp_top0: hsp@3c00000 { compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp"; reg = <0x0 0x03c00000 0x0 0xa0000>; @@ -1678,6 +1686,15 @@ #mbox-cells = <2>; }; + hte_aon: hardware-timestamp@c1e0000 { + compatible = "nvidia,tegra234-gte-aon"; + reg = <0x0 0xc1e0000 0x0 0x10000>; + interrupts = ; + nvidia,int-threshold = <1>; + nvidia,gpio-controller = <&gpio_aon>; + #timestamp-cells = <1>; + }; + gen2_i2c: i2c@c240000 { compatible = "nvidia,tegra194-i2c"; reg = <0x0 0xc240000 0x0 0x100>;