/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ / { cros-keyscan { compatible = "cros-keyscan"; actual-key-mask = < 0x14 /* C0 */ 0xff /* C1 */ 0xff /* C2 */ 0xff /* C3 */ 0xff /* C4 */ 0xf5 /* C5 */ 0xff /* C6 */ 0xa4 /* C7 */ 0xff /* C8 */ 0xfe /* C9 */ 0x55 /* C10 */ 0xfa /* C11 */ 0xca /* C12 */ >; }; kblight { compatible = "cros-ec,kblight-pwm"; pwms = <&pwm3 0 PWM_KHZ(10) PWM_POLARITY_NORMAL>; generic-pwm-channel = <0>; }; }; &pwm3 { status = "okay"; pinctrl-0 = <&pwm3_gp80>; pinctrl-names = "default"; };