Searched +full:imx1 +full:- +full:ccm (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/imx1-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Alexander Shiyan <shc_work@mail.ru>14 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx1-clock.h19 const: fsl,imx1-ccm24 '#clock-cells':28 - compatible29 - reg[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 #include <linux/clk-provider.h>12 #include <dt-bindings/clock/imx1-clock.h>28 static void __iomem *ccm __initdata;29 #define CCM_CSCR (ccm + 0x0000)30 #define CCM_MPCTL0 (ccm + 0x0004)31 #define CCM_SPCTL0 (ccm + 0x000c)32 #define CCM_PCDR (ccm + 0x0020)33 #define SCM_GCCR (ccm + 0x0810)37 ccm = of_iomap(np, 0); in mx1_clocks_init_dt()[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 #include "imx1-pinfunc.h"7 #include <dt-bindings/clock/imx1-clock.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/interrupt-controller/irq.h>12 #address-cells = <1>;13 #size-cells = <1>;16 * pre-existing /chosen node to be available to insert the34 aitc: aitc-interrupt-controller@223000 {35 compatible = "fsl,imx1-aitc", "fsl,avic";[all …]
1 // SPDX-License-Identifier: GPL-2.07 #include "imx35-pinfunc.h"10 #address-cells = <1>;11 #size-cells = <1>;14 * pre-existing /chosen node to be available to insert the38 #address-cells = <1>;39 #size-cells = <0>;42 compatible = "arm,arm1136jf-s";48 avic: avic-interrupt-controller@68000000 {49 compatible = "fsl,imx35-avic", "fsl,avic";[all …]