~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm4908-pinctrl.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
  2 %YAML 1.2
  3 ---
  4 $id: http://devicetree.org/schemas/pinctrl/brcm,bcm4908-pinctrl.yaml#
  5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6 
  7 title: Broadcom BCM4908 pin controller
  8 
  9 maintainers:
 10   - Rafał Miłecki <rafal@milecki.pl>
 11 
 12 description:
 13   Binding for pin controller present on BCM4908 family SoCs.
 14 
 15 properties:
 16   compatible:
 17     const: brcm,bcm4908-pinctrl
 18 
 19   reg:
 20     maxItems: 1
 21 
 22 patternProperties:
 23   '-pins$':
 24     type: object
 25     $ref: pinmux-node.yaml#
 26     additionalProperties: false
 27 
 28     properties:
 29       function:
 30         enum: [ led_0, led_1, led_2, led_3, led_4, led_5, led_6, led_7, led_8,
 31                 led_9, led_10, led_11, led_12, led_13, led_14, led_15, led_16,
 32                 led_17, led_18, led_19, led_20, led_21, led_22, led_23, led_24,
 33                 led_25, led_26, led_27, led_28, led_29, led_30, led_31,
 34                 hs_uart, i2c, i2s, nand_ctrl, nand_data, emmc_ctrl, usb0_pwr,
 35                 usb1_pwr ]
 36 
 37       groups:
 38         minItems: 1
 39         maxItems: 2
 40         items:
 41           enum: [ led_0_grp_a, led_1_grp_a, led_2_grp_a, led_3_grp_a,
 42                   led_4_grp_a, led_5_grp_a, led_6_grp_a, led_7_grp_a,
 43                   led_8_grp_a, led_9_grp_a, led_10_grp_a, led_10_grp_b,
 44                   led_11_grp_a, led_11_grp_b, led_12_grp_a, led_12_grp_b,
 45                   led_13_grp_a, led_13_grp_b, led_14_grp_a, led_15_grp_a,
 46                   led_16_grp_a, led_17_grp_a, led_18_grp_a, led_19_grp_a,
 47                   led_20_grp_a, led_21_grp_a, led_22_grp_a, led_23_grp_a,
 48                   led_24_grp_a, led_25_grp_a, led_26_grp_a, led_27_grp_a,
 49                   led_28_grp_a, led_29_grp_a, led_30_grp_a, led_31_grp_a,
 50                   led_31_grp_b, hs_uart_grp, i2c_grp_a, i2c_grp_b, i2s_grp,
 51                   nand_ctrl_grp, nand_data_grp, emmc_ctrl_grp, usb0_pwr_grp,
 52                   usb1_pwr_grp ]
 53 
 54 allOf:
 55   - $ref: pinctrl.yaml#
 56 
 57 required:
 58   - compatible
 59   - reg
 60 
 61 unevaluatedProperties: false
 62 
 63 examples:
 64   - |
 65     pinctrl@ff800560 {
 66         compatible = "brcm,bcm4908-pinctrl";
 67         reg = <0xff800560 0x10>;
 68 
 69         led_0-a-pins {
 70             function = "led_0";
 71             groups = "led_0_grp_a";
 72         };
 73     };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php