Skip to content

Commit 29662d6

Browse files
arm64: tegra: Add Tegra234 GTE nodes
Add GTE LIC and AON GPIO nodes for the tegra234 SoC. Signed-off-by: Dipen Patel <dipenp@nvidia.com> Acked-by: Thierry Reding <treding@nvidia.com>
1 parent 1815e37 commit 29662d6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra234.dtsi

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,14 @@
11561156
clock-names = "fuse";
11571157
};
11581158

1159+
hte_lic: hardware-timestamp@3aa0000 {
1160+
compatible = "nvidia,tegra234-gte-lic";
1161+
reg = <0x0 0x3aa0000 0x0 0x10000>;
1162+
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
1163+
nvidia,int-threshold = <1>;
1164+
#timestamp-cells = <1>;
1165+
};
1166+
11591167
hsp_top0: hsp@3c00000 {
11601168
compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
11611169
reg = <0x0 0x03c00000 0x0 0xa0000>;
@@ -1673,6 +1681,15 @@
16731681
#mbox-cells = <2>;
16741682
};
16751683

1684+
hte_aon: hardware-timestamp@c1e0000 {
1685+
compatible = "nvidia,tegra234-gte-aon";
1686+
reg = <0x0 0xc1e0000 0x0 0x10000>;
1687+
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
1688+
nvidia,int-threshold = <1>;
1689+
nvidia,gpio-controller = <&gpio_aon>;
1690+
#timestamp-cells = <1>;
1691+
};
1692+
16761693
gen2_i2c: i2c@c240000 {
16771694
compatible = "nvidia,tegra194-i2c";
16781695
reg = <0x0 0xc240000 0x0 0x100>;

0 commit comments

Comments
 (0)