blob: 103dd44283fa6ad0d9461454bd8d87e947b7b12c [file] [log] [blame]
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2021 Planet Innovation
*/
/ {
pwmleds {
compatible = "pwm-leds";
external_pwm_led: external_pwm_led {
pwms = <&pwm1 1 0 PWM_POLARITY_NORMAL>;
};
};
aliases {
pwm-led0 = &external_pwm_led;
};
};