Skip to content
Snippets Groups Projects
Commit 2bde51cb authored by Julien Boibessot's avatar Julien Boibessot Committed by Shawn Guo
Browse files

ARM: dts: mxs: Add PWM3 muxing options for i.MX28

parent a957fdca
No related merge requests found
......@@ -491,6 +491,16 @@ pwm2_pins_a: pwm2@0 {
fsl,pull-up = <0>;
};
pwm3_pins_a: pwm3@0 {
reg = <0>;
fsl,pinmux-ids = <
0x31c0 /* MX28_PAD_PWM3__PWM_3 */
>;
fsl,drive-strength = <0>;
fsl,voltage = <1>;
fsl,pull-up = <0>;
};
pwm4_pins_a: pwm4@0 {
reg = <0>;
fsl,pinmux-ids = <
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment