Path: blob/master/arch/arm64/boot/dts/tesla/fsd-pinctrl.h
26498 views
/* SPDX-License-Identifier: GPL-2.0 */1/*2* Tesla FSD DTS pinctrl constants3*4* Copyright (c) 2016 Samsung Electronics Co., Ltd.5* http://www.samsung.com6* Copyright (c) 2022 Linaro Ltd7* Author: Krzysztof Kozlowski <[email protected]>8*/910#ifndef __DTS_ARM64_TESLA_FSD_PINCTRL_H__11#define __DTS_ARM64_TESLA_FSD_PINCTRL_H__1213#define FSD_PIN_PULL_NONE 014#define FSD_PIN_PULL_DOWN 115#define FSD_PIN_PULL_UP 31617#define FSD_PIN_DRV_LV1 018#define FSD_PIN_DRV_LV2 119#define FSD_PIN_DRV_LV4 220#define FSD_PIN_DRV_LV6 32122#define FSD_PIN_FUNC_INPUT 023#define FSD_PIN_FUNC_OUTPUT 124#define FSD_PIN_FUNC_2 225#define FSD_PIN_FUNC_3 326#define FSD_PIN_FUNC_4 427#define FSD_PIN_FUNC_5 528#define FSD_PIN_FUNC_6 629#define FSD_PIN_FUNC_EINT 0xf30#define FSD_PIN_FUNC_F FSD_PIN_FUNC_EINT3132#endif /* __DTS_ARM64_TESLA_FSD_PINCTRL_H__ */333435