diff --git a/overlay/tegra234-jetson.dts b/overlay/tegra234-jetson.dts index edd3af9..f1eca6d 100644 --- a/overlay/tegra234-jetson.dts +++ b/overlay/tegra234-jetson.dts @@ -272,6 +272,21 @@ status = "okay"; }; + + tachometer@39c0000 { + compatible = "nvidia,pwm-tegra234-tachometer"; + reg = <0x039c0000 0x10>; + interrupts = ; + #pwm-cells = <2>; + clocks = <&bpmp TEGRA234_CLK_TACH0>; + clock-names = "tach"; + resets = <&bpmp TEGRA234_RESET_TACH0>; + reset-names = "tach"; + pulse-per-rev = <2>; + capture-window-length = <2>; + upper-threshold = <0xfffff>; + lower-threshold = <0x0>; + }; }; };