ARM: tegra: define DT bindings for and instantiate timer
[deliverable/linux.git] / arch / arm / boot / dts / tegra30.dtsi
index 1f7f49aabe6b21d8cc53a3618ed978a6218273dd..48a8320ebf0353bf957c995b95a23636b849e73b 100644 (file)
                #interrupt-cells = <3>;
        };
 
+       timer@60005000 {
+               compatible = "nvidia,tegra30-timer", "nvidia,tegra20-timer";
+               reg = <0x60005000 0x400>;
+               interrupts = <0 0 0x04
+                             0 1 0x04
+                             0 41 0x04
+                             0 42 0x04
+                             0 121 0x04
+                             0 122 0x04>;
+       };
+
        apbdma: dma {
                compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
                reg = <0x6000a000 0x1400>;
This page took 0.04702 seconds and 5 git commands to generate.