summaryrefslogtreecommitdiff
path: root/zephyr/program/trogdor/lazor/display.dts
blob: 65d3a2d91b6e62adeec39d19a2e2d3f345147b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/ {
	displight {
		compatible = "cros-ec,displight";
		pwms = <&pwm5 0 PWM_HZ(4800) PWM_POLARITY_NORMAL>;
		generic-pwm-channel = <1>;
	};
};

&pwm5 {
	status = "okay";
	pinctrl-0 = <&pwm5_gpb7>;
	pinctrl-names = "default";
};