1 /* 1 2 * BSD LICENSE 3 * 4 * Copyright(c) 2017 Broadcom Corporation. A 5 * 6 * Redistribution and use in source and binar 7 * modification, are permitted provided that 8 * are met: 9 * 10 * * Redistributions of source code must re 11 * notice, this list of conditions and th 12 * * Redistributions in binary form must re 13 * notice, this list of conditions and th 14 * the documentation and/or other materia 15 * distribution. 16 * * Neither the name of Broadcom Corporati 17 * contributors may be used to endorse or 18 * from this software without specific pr 19 * 20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANT 22 * LIMITED TO, THE IMPLIED WARRANTIES OF MERC 23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 24 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DI 25 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAG 26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOOD 27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION 28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISIN 30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE PO 31 */ 32 33 #ifndef __DT_BINDINGS_PINCTRL_BRCM_STINGRAY_H_ 34 #define __DT_BINDINGS_PINCTRL_BRCM_STINGRAY_H_ 35 36 /* Alternate functions available in MUX contro 37 #define MODE_NITRO 38 #define MODE_NAND 39 #define MODE_PNOR 40 #define MODE_GPIO 41 42 /* Pad configuration attribute */ 43 #define PAD_SLEW_RATE_ENA 44 #define PAD_SLEW_RATE_ENA_MASK 45 46 #define PAD_DRIVE_STRENGTH_2_MA 47 #define PAD_DRIVE_STRENGTH_4_MA 48 #define PAD_DRIVE_STRENGTH_6_MA 49 #define PAD_DRIVE_STRENGTH_8_MA 50 #define PAD_DRIVE_STRENGTH_10_MA 51 #define PAD_DRIVE_STRENGTH_12_MA 52 #define PAD_DRIVE_STRENGTH_14_MA 53 #define PAD_DRIVE_STRENGTH_16_MA 54 #define PAD_DRIVE_STRENGTH_MASK 55 56 #define PAD_PULL_UP_ENA 57 #define PAD_PULL_UP_ENA_MASK 58 59 #define PAD_PULL_DOWN_ENA 60 #define PAD_PULL_DOWN_ENA_MASK 61 62 #define PAD_INPUT_PATH_DIS 63 #define PAD_INPUT_PATH_DIS_MASK 64 65 #define PAD_HYSTERESIS_ENA 66 #define PAD_HYSTERESIS_ENA_MASK 67 68 #endif 69
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.