Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * Copyright (C) 2016 Thomas Fredriksen
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
- &am33xx_pinmux {
- bbb_pwm_P8_13_pins: bbb_pwm_P8_13_pins {
- pinctrl-single,pins = <0x024 0x4>; /* P8_13 (ZCZ ball T10) | MODE 4 */
- };
- };
- &ehrpwm2 {
- compatible = "bbb-pwm";
- pwms = <&ehrpwm2 1 0 1>;
- pwm-names = "PWM_P8_13";
- pinctrl-names = "default";
- pinctrl-0 = <&bbb_pwm_P8_13_pins>;
- enabled = <0>;
- duty = <0>;
- status = "okay";
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement