~ [ 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.7.12)


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

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