cros_ec.h revision 1.1.1.1
1/* $NetBSD: cros_ec.h,v 1.1.1.1 2026/01/18 05:21:49 skrll Exp $ */ 2 3/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 4/* 5 * DTS binding definitions used for the Chromium OS Embedded Controller. 6 * 7 * Copyright (c) 2022 The Chromium OS Authors. All rights reserved. 8 */ 9 10#ifndef _DT_BINDINGS_MFD_CROS_EC_H 11#define _DT_BINDINGS_MFD_CROS_EC_H 12 13/* Typed channel for keyboard backlight. */ 14#define CROS_EC_PWM_DT_KB_LIGHT 0 15/* Typed channel for display backlight. */ 16#define CROS_EC_PWM_DT_DISPLAY_LIGHT 1 17/* Number of typed channels. */ 18#define CROS_EC_PWM_DT_COUNT 2 19 20#endif 21