summaryrefslogtreecommitdiff
path: root/zephyr/projects/npcx_evb/npcx7/include/pwm_map.h
blob: 371e95c116616ed7b5088829d4e137ce865dc077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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.
 */

#ifndef __ZEPHYR_PWM_MAP_H
#define __ZEPHYR_PWM_MAP_H

#include <devicetree.h>

#include "pwm/pwm.h"

#define PWM_CH_FAN		NAMED_PWM(fan)
#define PWM_CH_KBLIGHT		NAMED_PWM(kblight)

#endif /* __ZEPHYR_PWM_MAP_H */