summaryrefslogtreecommitdiff
path: root/zephyr/include/dt-bindings/native-posix-gpio.h
blob: c0b8077e3d9544c035489c84d8069a36be28c9cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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.
 */
#ifndef DT_BINDINGS_NATIVE_POSIX_GPIO_H_
#define DT_BINDINGS_NATIVE_POSIX_GPIO_H_

/** Used for testing, bits 8-15 for specific SoC flags. */
#define NATIVE_POSIX_GPIO_VOLTAGE_1P8 (1 << 8)

#endif /* DT_BINDINGS_NATIVE_POSIX_GPIO_H_ */