Commit 02564e1a authored by David Lechner's avatar David Lechner Committed by Tony Lindgren
Browse files

ARM: dts: am33xx: Add nodes for eQEP



This adds new nodes for the Texas Instruments Enhanced Quadrature
Encoder Pulse (eQEP) module in the PWM subsystem on AM33XX.

Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent be5cd39a
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -1923,6 +1923,15 @@ ecap0: ecap@100 {
					status = "disabled";
				};

				eqep0: counter@180 {
					compatible = "ti,am3352-eqep";
					reg = <0x180 0x80>;
					clocks = <&l4ls_gclk>;
					clock-names = "sysclkout";
					interrupts = <79>;
					status = "disabled";
				};

				ehrpwm0: pwm@200 {
					compatible = "ti,am3352-ehrpwm",
						     "ti,am33xx-ehrpwm";
@@ -1975,6 +1984,15 @@ ecap1: ecap@100 {
					status = "disabled";
				};

				eqep1: counter@180 {
					compatible = "ti,am3352-eqep";
					reg = <0x180 0x80>;
					clocks = <&l4ls_gclk>;
					clock-names = "sysclkout";
					interrupts = <88>;
					status = "disabled";
				};

				ehrpwm1: pwm@200 {
					compatible = "ti,am3352-ehrpwm",
						     "ti,am33xx-ehrpwm";
@@ -2027,6 +2045,15 @@ ecap2: ecap@100 {
					status = "disabled";
				};

				eqep2: counter@180 {
					compatible = "ti,am3352-eqep";
					reg = <0x180 0x80>;
					clocks = <&l4ls_gclk>;
					clock-names = "sysclkout";
					interrupts = <89>;
					status = "disabled";
				};

				ehrpwm2: pwm@200 {
					compatible = "ti,am3352-ehrpwm",
						     "ti,am33xx-ehrpwm";