Home
last modified time | relevance | path

Searched +full:imx5 +full:- +full:clock (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dimx5-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/imx5-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale i.MX5 Clock Controller
10 - Fabio Estevam <festevam@gmail.com>
13 The clock consumer should specify the desired clock by having the clock
14 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx5-clock.h
15 for the full list of i.MX5 clock IDs.
20 - fsl,imx53-ccm
[all …]
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Drtc-mxc_v2.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/rtc-mxc_v2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: i.MX53 Secure Real Time Clock (SRTC)
10 - $ref: rtc.yaml#
13 - Patrick Bruenn <p.bruenn@beckhoff.com>
18 - fsl,imx53-rtc
30 - compatible
31 - reg
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dimx-pwm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pwm/imx-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Philipp Zabel <p.zabel@pengutronix.de>
13 - $ref: pwm.yaml#
16 "#pwm-cells":
19 PWM_POLARITY_INVERTED. fsl,imx1-pwm does not support this flags.
24 - enum:
25 - fsl,imx1-pwm
[all …]
/freebsd/sys/contrib/device-tree/Bindings/w1/
H A Dfsl-imx-owire.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/w1/fsl-imx-owire.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Martin Fuzzey <mfuzzey@parkeon.com>
15 - const: fsl,imx21-owire
16 - items:
17 - enum:
18 - fsl,imx27-owire
19 - fsl,imx50-owire
[all …]
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dimx-iim.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/imx-iim.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shawn Guo <shawnguo@kernel.org>
11 - Sascha Hauer <s.hauer@pengutronix.de>
12 - Fabio Estevam <festevam@gmail.com>
19 - $ref: nvmem.yaml#
24 - fsl,imx25-iim
25 - fsl,imx27-iim
[all …]
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dfsl-imx-cspi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/fsl-im
[all...]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-imx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/i2c/i2c-imx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale Inter IC (I2C) and High Speed Inter IC (HS-I2C) for i.MX
10 - Oleksij Rempel <o.rempel@pengutronix.de>
13 - $ref: /schemas/i2c/i2c-controller.yaml#
18 - const: fsl,imx1-i2c
19 - const: fsl,imx21-i2c
20 - const: fsl,vf610-i2c
[all …]
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dfsl-imx-uart.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/serial/fsl-im
[all...]
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dldb.txt1 Device-Tree bindings for LVDS Display Bridge (ldb)
6 The LVDS Display Bridge device tree node contains up to two lvds-channel
10 - #address-cells : should be <1>
11 - #size-cells : should be <0>
12 - compatible : should be "fsl,imx53-ldb" or "fsl,imx6q-ldb".
16 - gpr : should be <&gpr> on i.MX53 and i.MX6q.
17 The phandle points to the iomuxc-gpr region containing the LVDS
19 - clocks, clock-names : phandles to the LDB divider and selector clocks and to
21 Documentation/devicetree/bindings/clock/clock-bindings.txt
23 "di0_pll" - LDB LVDS channel 0 mux
[all …]
/freebsd/sys/arm/freescale/imx/
H A Dimx_epit.c1 /*-
29 * Driver for imx Enhanced Programmable Interval Timer, a simple free-running
30 * counter device that can be used as the system timecounter. On imx5 a second
84 * need a read-modify-write sequence to calculate and set a compare register
120 {"fsl,imx6ul-epit", 1},
121 {"fsl,imx6sx-epit", 1},
122 {"fsl,imx6q-epit", 1},
123 {"fsl,imx6dl-epit", 1},
124 {"fsl,imx53-epit", 2},
125 {"fsl,imx51-epit", 2},
[all …]
H A Dimx_gpt.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
51 bus_space_write_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r), (_v))
53 bus_space_read_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r))
91 /* Try to divide down an available fast clock to this frequency. */
97 { -1, 0 }
101 {"fsl,imx6dl-gpt", 1},
102 {"fsl,imx6q-gpt", 1},
103 {"fsl,imx6ul-gpt", 1},
104 {"fsl,imx53-gpt", 1},
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx50.dtsi1 // SPDX-License-Identifier: GPL-2.0+
7 #include "imx50-pinfunc.h"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/clock/imx5-clock
[all...]
H A Dimx51.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 #include "imx51-pinfunc.h"
7 #include <dt-bindings/clock/imx5-clock.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
13 #address-cells = <1>;
14 #size-cells = <1>;
17 * pre-existing /chosen node to be available to insert the
42 tzic: tz-interrupt-controller@e0000000 {
[all …]
H A Dimx53.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 #include "imx53-pinfunc.h"
7 #include <dt-bindings/clock/imx5-clock.h>
8 #include <dt-binding
[all...]