summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/volteer/pwm_leds.dts
blob: c89c3f2ef8cb5cac3288aed39c18d69130ac4bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/ {
	pwmleds {
		compatible = "pwm-leds";
		pwm_led0: pwm_led_0 {
			pwms = <&led3_red
				&led2_green
				&led1_blue
				&led3_sidesel
				>;
		};
	};

	cros-pwmleds {
		compatible = "cros-ec,pwm-leds";

		leds = <&pwm_led0>;
	};
};