blob: 170eb0c53fc424fa9b6fe72756eda017c0aac422 [file] [log] [blame]
/ {
zephyr,user {
/* period cell corresponds to initial period */
pwms = <&sw_pwm 0 PWM_USEC(1500) PWM_POLARITY_NORMAL>;
};
};
&sw_pwm {
status = "okay";
channel-gpios = <&edge_connector 0 GPIO_ACTIVE_HIGH>;
};