From b0cbff901fb3b3ed9f963d9bf9fc6894af316fd5 Mon Sep 17 00:00:00 2001 From: Ruibin Chang Date: Thu, 18 Nov 2021 16:27:03 +0800 Subject: [PATCH] ITE borads/riscv/it8xxx2_evb: delete pwmleds node in dts Delete pwmleds node in dts, because there isn't led on evb board. Signed-off-by: Ruibin Chang --- boards/riscv/it8xxx2_evb/it8xxx2_evb.dts | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts b/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts index 79ee721e27c..c179aa93a15 100644 --- a/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts +++ b/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts @@ -12,11 +12,6 @@ model = "IT8XXX2 EV-Board"; compatible = "riscv,it8xxx2-evb"; - aliases { - pwm-led0 = &led0; - pwm-led1 = &led1; - }; - chosen { zephyr,console = &uart1; zephyr,shell-uart = &uart1; @@ -27,19 +22,6 @@ zephyr,code-partition = &slot0_partition; zephyr,keyboard-scan = &kscan0; }; - - pwmleds { - compatible = "pwm-leds"; - /* NOTE: &pwm number needs same with channel number */ - led0: led_0 { - pwms = <&pwm7 PWM_CHANNEL_7 PWM_POLARITY_INVERTED>; - label = "LED0_GREEN"; - }; - led1: led_1 { - pwms = <&pwm0 PWM_CHANNEL_0 PWM_POLARITY_NORMAL>; - label = "LED1_BLUE"; - }; - }; }; &adc0 { status = "okay";