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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-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 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml (Version linux-6.1.116)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/pinctrl/qco      4 $id: http://devicetree.org/schemas/pinctrl/qcom,sc7280-pinctrl.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: Qualcomm Technologies, Inc. SC7280 TLMM      7 title: Qualcomm Technologies, Inc. SC7280 TLMM block
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Bjorn Andersson <andersson@kernel.org>          10   - Bjorn Andersson <andersson@kernel.org>
 11                                                    11 
 12 description:                                   !!  12 description: |
 13   Top Level Mode Multiplexer pin controller in !!  13   This binding describes the Top Level Mode Multiplexer block found in the
                                                   >>  14   SC7280 platform.
 14                                                    15 
 15 properties:                                        16 properties:
 16   compatible:                                      17   compatible:
 17     const: qcom,sc7280-pinctrl                     18     const: qcom,sc7280-pinctrl
 18                                                    19 
 19   reg:                                             20   reg:
 20     maxItems: 1                                    21     maxItems: 1
 21                                                    22 
 22   interrupts:                                      23   interrupts:
 23     description: Specifies the TLMM summary IR     24     description: Specifies the TLMM summary IRQ
 24     maxItems: 1                                    25     maxItems: 1
 25                                                    26 
 26   gpio-reserved-ranges:                        !!  27   interrupt-controller: true
 27     minItems: 1                                !!  28 
 28     maxItems: 88                               !!  29   '#interrupt-cells':
                                                   >>  30     description:
                                                   >>  31       Specifies the PIN numbers and Flags, as defined in defined in
                                                   >>  32       include/dt-bindings/interrupt-controller/irq.h
                                                   >>  33     const: 2
                                                   >>  34 
                                                   >>  35   gpio-controller: true
                                                   >>  36 
                                                   >>  37   '#gpio-cells':
                                                   >>  38     description: Specifying the pin number and flags, as defined in
                                                   >>  39       include/dt-bindings/gpio/gpio.h
                                                   >>  40     const: 2
                                                   >>  41 
                                                   >>  42   gpio-ranges:
                                                   >>  43     maxItems: 1
 29                                                    44 
 30   gpio-line-names:                                 45   gpio-line-names:
 31     maxItems: 175                              !!  46     maxItems: 174
 32                                                    47 
 33 patternProperties:                             !!  48   wakeup-parent: true
 34   "-state$":                                   << 
 35     oneOf:                                     << 
 36       - $ref: "#/$defs/qcom-sc7280-tlmm-state" << 
 37       - patternProperties:                     << 
 38           "-pins$":                            << 
 39             $ref: "#/$defs/qcom-sc7280-tlmm-st << 
 40         additionalProperties: false            << 
 41                                                    49 
 42 $defs:                                         !!  50 #PIN CONFIGURATION NODES
 43   qcom-sc7280-tlmm-state:                      !!  51 patternProperties:
                                                   >>  52   '-pins$':
 44     type: object                                   53     type: object
 45     description:                                   54     description:
 46       Pinctrl node's client devices use subnod     55       Pinctrl node's client devices use subnodes for desired pin configuration.
 47       Client device subnodes use below standar     56       Client device subnodes use below standard properties.
 48     $ref: qcom,tlmm-common.yaml#/$defs/qcom-tl << 
 49     unevaluatedProperties: false               << 
 50                                                    57 
 51     properties:                                    58     properties:
 52       pins:                                        59       pins:
 53         description:                               60         description:
 54           List of gpio pins affected by the pr     61           List of gpio pins affected by the properties specified in this
 55           subnode.                                 62           subnode.
 56         items:                                     63         items:
 57           oneOf:                                   64           oneOf:
 58             - pattern: "^gpio([0-9]|[1-9][0-9] !!  65             - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-7][0-9]|18[0-2])$"
 59             - enum: [ sdc1_rclk, sdc1_clk, sdc     66             - enum: [ sdc1_rclk, sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk,
 60                       sdc2_cmd, sdc2_data, ufs     67                       sdc2_cmd, sdc2_data, ufs_reset ]
 61         minItems: 1                                68         minItems: 1
 62         maxItems: 16                               69         maxItems: 16
 63                                                    70 
 64       function:                                    71       function:
 65         description:                               72         description:
 66           Specify the alternative function to      73           Specify the alternative function to be configured for the specified
 67           pins.                                    74           pins.
 68                                                    75 
 69         enum: [ atest_char, atest_char0, atest     76         enum: [ atest_char, atest_char0, atest_char1, atest_char2,
 70                 atest_char3, atest_usb0, atest     77                 atest_char3, atest_usb0, atest_usb00, atest_usb01,
 71                 atest_usb02, atest_usb03, ates     78                 atest_usb02, atest_usb03, atest_usb1, atest_usb10,
 72                 atest_usb11, atest_usb12, ates     79                 atest_usb11, atest_usb12, atest_usb13, audio_ref,
 73                 cam_mclk, cci_async, cci_i2c,      80                 cam_mclk, cci_async, cci_i2c, cci_timer0, cci_timer1,
 74                 cci_timer2, cci_timer3, cci_ti     81                 cci_timer2, cci_timer3, cci_timer4, cmu_rng0, cmu_rng1,
 75                 cmu_rng2, cmu_rng3, coex_uart1     82                 cmu_rng2, cmu_rng3, coex_uart1, cri_trng, cri_trng0,
 76                 cri_trng1, dbg_out, ddr_bist,      83                 cri_trng1, dbg_out, ddr_bist, ddr_pxi0, ddr_pxi1, dp_hot,
 77                 dp_lcd, edp_hot, edp_lcd, gcc_     84                 dp_lcd, edp_hot, edp_lcd, gcc_gp1, gcc_gp2, gcc_gp3,
 78                 gpio, host2wlan_sol, ibi_i3c,      85                 gpio, host2wlan_sol, ibi_i3c, jitter_bist, lpass_slimbus,
 79                 mdp_vsync, mdp_vsync0, mdp_vsy     86                 mdp_vsync, mdp_vsync0, mdp_vsync1, mdp_vsync2, mdp_vsync3,
 80                 mdp_vsync4, mdp_vsync5, mi2s0_     87                 mdp_vsync4, mdp_vsync5, mi2s0_data0, mi2s0_data1, mi2s0_sck,
 81                 mi2s0_ws, mi2s1_data0, mi2s1_d     88                 mi2s0_ws, mi2s1_data0, mi2s1_data1, mi2s1_sck, mi2s1_ws,
 82                 mi2s2_data0, mi2s2_data1, mi2s     89                 mi2s2_data0, mi2s2_data1, mi2s2_sck, mi2s2_ws, mss_grfc0,
 83                 mss_grfc1, mss_grfc10, mss_grf     90                 mss_grfc1, mss_grfc10, mss_grfc11, mss_grfc12, mss_grfc2,
 84                 mss_grfc3, mss_grfc4, mss_grfc     91                 mss_grfc3, mss_grfc4, mss_grfc5, mss_grfc6, mss_grfc7,
 85                 mss_grfc8, mss_grfc9, nav_gpio     92                 mss_grfc8, mss_grfc9, nav_gpio0, nav_gpio1, nav_gpio2,
 86                 pa_indicator, pcie0_clkreqn, p     93                 pa_indicator, pcie0_clkreqn, pcie1_clkreqn, phase_flag,
 87                 pll_bist, pll_bypassnl, pll_cl     94                 pll_bist, pll_bypassnl, pll_clk, pll_reset, pri_mi2s, prng_rosc,
 88                 qdss, qdss_cti, qlink0_enable,     95                 qdss, qdss_cti, qlink0_enable, qlink0_request, qlink0_wmss,
 89                 qlink1_enable, qlink1_request,     96                 qlink1_enable, qlink1_request, qlink1_wmss, qspi_clk, qspi_cs,
 90                 qspi_data, qup00, qup01, qup02     97                 qspi_data, qup00, qup01, qup02, qup03, qup04, qup05, qup06, qup07,
 91                 qup10, qup11, qup12, qup13, qu     98                 qup10, qup11, qup12, qup13, qup14, qup15, qup16, qup17,
 92                 sdc40, sdc41, sdc42, sdc43, sd     99                 sdc40, sdc41, sdc42, sdc43, sdc4_clk, sdc4_cmd, sd_write,
 93                 sec_mi2s, tb_trig, tgu_ch0, tg    100                 sec_mi2s, tb_trig, tgu_ch0, tgu_ch1, tsense_pwm1,
 94                 tsense_pwm2, uim0_clk, uim0_da    101                 tsense_pwm2, uim0_clk, uim0_data, uim0_present, uim0_reset,
 95                 uim1_clk, uim1_data, uim1_pres    102                 uim1_clk, uim1_data, uim1_present, uim1_reset, usb2phy_ac,
 96                 usb_phy, vfr_0, vfr_1, vsense_    103                 usb_phy, vfr_0, vfr_1, vsense_trigger ]
 97                                                   104 
                                                   >> 105       drive-strength:
                                                   >> 106         enum: [2, 4, 6, 8, 10, 12, 14, 16]
                                                   >> 107         default: 2
                                                   >> 108         description:
                                                   >> 109           Selects the drive strength for the specified pins, in mA.
                                                   >> 110 
                                                   >> 111       bias-pull-down: true
                                                   >> 112 
                                                   >> 113       bias-pull-up: true
                                                   >> 114 
                                                   >> 115       bias-disable: true
                                                   >> 116 
                                                   >> 117       output-high: true
                                                   >> 118 
                                                   >> 119       output-low: true
                                                   >> 120 
 98     required:                                     121     required:
 99       - pins                                      122       - pins
100                                                   123 
                                                   >> 124     allOf:
                                                   >> 125       - $ref: /schemas/pinctrl/pincfg-node.yaml
                                                   >> 126       - if:
                                                   >> 127           properties:
                                                   >> 128             pins:
                                                   >> 129               pattern: "^gpio([0-9]|[1-9][0-9]|1[0-7][0-9]|18[0-2])$"
                                                   >> 130         then:
                                                   >> 131           required:
                                                   >> 132             - function
                                                   >> 133 
                                                   >> 134     additionalProperties: false
                                                   >> 135 
101 allOf:                                            136 allOf:
102   - $ref: /schemas/pinctrl/qcom,tlmm-common.ya    137   - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
103                                                   138 
104 required:                                         139 required:
105   - compatible                                    140   - compatible
106   - reg                                           141   - reg
                                                   >> 142   - interrupts
                                                   >> 143   - interrupt-controller
                                                   >> 144   - '#interrupt-cells'
                                                   >> 145   - gpio-controller
                                                   >> 146   - '#gpio-cells'
                                                   >> 147   - gpio-ranges
107                                                   148 
108 unevaluatedProperties: false                   !! 149 additionalProperties: false
109                                                   150 
110 examples:                                         151 examples:
111   - |                                             152   - |
112     #include <dt-bindings/interrupt-controller    153     #include <dt-bindings/interrupt-controller/arm-gic.h>
113     tlmm: pinctrl@f000000 {                       154     tlmm: pinctrl@f000000 {
114         compatible = "qcom,sc7280-pinctrl";       155         compatible = "qcom,sc7280-pinctrl";
115         reg = <0xf000000 0x1000000>;              156         reg = <0xf000000 0x1000000>;
116         interrupts = <GIC_SPI 208 IRQ_TYPE_LEV    157         interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
117         gpio-controller;                          158         gpio-controller;
118         #gpio-cells = <2>;                        159         #gpio-cells = <2>;
119         interrupt-controller;                     160         interrupt-controller;
120         #interrupt-cells = <2>;                   161         #interrupt-cells = <2>;
121         gpio-ranges = <&tlmm 0 0 175>;            162         gpio-ranges = <&tlmm 0 0 175>;
122         wakeup-parent = <&pdc>;                   163         wakeup-parent = <&pdc>;
123                                                   164 
124         qup_uart5_default: qup-uart5-state {   !! 165         qup_uart5_default: qup-uart5-pins {
125             pins = "gpio46", "gpio47";            166             pins = "gpio46", "gpio47";
126             function = "qup13";                   167             function = "qup13";
127             drive-strength = <2>;                 168             drive-strength = <2>;
128             bias-disable;                         169             bias-disable;
129         };                                        170         };
130     };                                            171     };
                                                      

~ [ 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