Lines Matching +full:per +full:- +full:soc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/nxp,imx8qxp-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Cai Huoqing <caihuoqing@baidu.com>
13 Supports the ADC found on the IMX8QXP SoC.
17 const: nxp,imx8qxp-adc
28 clock-names:
30 - const: per
31 - const: ipg
33 assigned-clocks:
36 assigned-clock-rates:
39 power-domains:
42 "#io-channel-cells":
46 - compatible
47 - reg
48 - interrupts
49 - clocks
50 - clock-names
51 - assigned-clocks
52 - assigned-clock-rates
53 - power-domains
54 - "#io-channel-cells"
59 - |
60 #include <dt-bindings/interrupt-controller/arm-gic.h>
61 #include <dt-bindings/firmware/imx/rsrc.h>
62 soc {
63 #address-cells = <2>;
64 #size-cells = <2>;
66 compatible = "nxp,imx8qxp-adc";
71 clock-names = "per", "ipg";
72 assigned-clocks = <&clk IMX_SC_R_ADC_0>;
73 assigned-clock-rates = <24000000>;
74 power-domains = <&pd IMX_SC_R_ADC_0>;
75 #io-channel-cells = <1>;