Commit 29662d62 authored by Dipen Patel's avatar Dipen Patel

arm64: tegra: Add Tegra234 GTE nodes

Add GTE LIC and AON GPIO nodes for the tegra234 SoC.
Signed-off-by: default avatarDipen Patel <dipenp@nvidia.com>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
parent 1815e37b
......@@ -1156,6 +1156,14 @@ fuse@3810000 {
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 {
compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
reg = <0x0 0x03c00000 0x0 0xa0000>;
......@@ -1673,6 +1681,15 @@ hsp_aon: hsp@c150000 {
#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 {
compatible = "nvidia,tegra194-i2c";
reg = <0x0 0xc240000 0x0 0x100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment