[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 <dipenp@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2913469
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Dipen Patel
2023-05-31 10:31:03 -07:00
committed by mobile promotions
parent 2f86965a1a
commit d7506e9d3a

View File

@@ -1161,6 +1161,14 @@
clock-names = "fuse"; clock-names = "fuse";
}; };
hte_lic: hardware-timestamp@3aa0000 {
compatible = "nvidia,tegra234-gte-lic";
reg = <0x0 0x3aa0000 0x0 0x10000>;
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
nvidia,int-threshold = <1>;
#timestamp-cells = <1>;
};
hsp_top0: hsp@3c00000 { hsp_top0: hsp@3c00000 {
compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp"; compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
reg = <0x0 0x03c00000 0x0 0xa0000>; reg = <0x0 0x03c00000 0x0 0xa0000>;
@@ -1678,6 +1686,15 @@
#mbox-cells = <2>; #mbox-cells = <2>;
}; };
hte_aon: hardware-timestamp@c1e0000 {
compatible = "nvidia,tegra234-gte-aon";
reg = <0x0 0xc1e0000 0x0 0x10000>;
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
nvidia,int-threshold = <1>;
nvidia,gpio-controller = <&gpio_aon>;
#timestamp-cells = <1>;
};
gen2_i2c: i2c@c240000 { gen2_i2c: i2c@c240000 {
compatible = "nvidia,tegra194-i2c"; compatible = "nvidia,tegra194-i2c";
reg = <0x0 0xc240000 0x0 0x100>; reg = <0x0 0xc240000 0x0 0x100>;