summaryrefslogtreecommitdiff
path: root/zephyr/projects/asurada/hayato/pwm.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/asurada/hayato/pwm.dts')
-rw-r--r--zephyr/projects/asurada/hayato/pwm.dts9
1 files changed, 3 insertions, 6 deletions
diff --git a/zephyr/projects/asurada/hayato/pwm.dts b/zephyr/projects/asurada/hayato/pwm.dts
index f86448cc8e..3aba3b7f3c 100644
--- a/zephyr/projects/asurada/hayato/pwm.dts
+++ b/zephyr/projects/asurada/hayato/pwm.dts
@@ -7,26 +7,23 @@
named-pwms {
compatible = "named-pwms";
/* NOTE: &pwm number needs same with channel number */
- led1: led1 {
+ led1: led1_sub_odl {
#pwm-cells = <0>;
pwms = <&pwm0 PWM_CHANNEL_0 PWM_POLARITY_INVERTED>;
- label = "LED1";
/*
* If we need pwm output in ITE chip power saving
* mode, then we should set frequency <=324Hz.
*/
frequency = <324>;
};
- led2: led2 {
+ led2: led2_sub_odl {
#pwm-cells = <0>;
pwms = <&pwm1 PWM_CHANNEL_1 PWM_POLARITY_INVERTED>;
- label = "LED2";
frequency = <324>;
};
- led3: led3 {
+ led3: led3_sub_odl {
#pwm-cells = <0>;
pwms = <&pwm2 PWM_CHANNEL_2 PWM_POLARITY_INVERTED>;
- label = "LED3";
frequency = <324>;
};
};