Searched +full:qoriq +full:- +full:platform +full:- +full:pll +full:- +full:1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | qoriq-clock.txt | 1 * Clock Block on Freescale QorIQ Platforms 3 Freescale QorIQ chips take primary clocking input from the external 5 multiple phase locked loops (PLL) to create a variety of frequencies 10 All references to "1.0" and "2.0" refer to the QorIQ chassis version to 14 --------------- ------------- 18 1. Clock Block Binding 21 - compatible: Should contain a chip-specific clock block compatible 22 string and (if applicable) may contain a chassis-version clock 25 Chip-specific strings are of the form "fsl,<chip>-clockgen", such as: 26 * "fsl,p2041-clockgen" [all …]
|
H A D | fsl,qoriq-clock.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/fsl,qoriq-clock.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Clock Block on Freescale QorIQ Platforms 10 - Frank Li <Frank.Li@nxp.com> 13 Freescale QorIQ chips take primary clocking input from the external 15 multiple phase locked loops (PLL) to create a variety of frequencies 20 All references to "1.0" and "2.0" refer to the QorIQ chassis version to 24 --------------- ------------- [all …]
|
H A D | fsl,qoriq-clock-legacy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/fsl,qoriq-clock-legacy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Legacy Clock Block on Freescale QorIQ Platforms 10 - Frank Li <Frank.Li@nxp.com> 16 Most of the bindings are from the common clock binding[1]. 17 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt 22 - fsl,qoriq-core-pll-1.0 23 - fsl,qoriq-core-pll-2.0 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
H A D | qman.txt | 1 QorIQ DPAA Queue Manager Device Tree Binding 3 Copyright (C) 2008 - 2014 Freescale Semiconductor Inc. 7 - QMan Node 8 - QMan Private Memory Nodes 9 - Example 13 The Queue Manager is part of the Data-Path Acceleration Architecture (DPAA). QMan 16 flow-level queuing, is also responsible for congestion management functions such 22 - compatible 26 May include "fsl,<SoC>-qman" 28 - reg [all …]
|
/freebsd/sys/arm64/qoriq/clk/ |
H A D | qoriq_clkgen.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 10 * 1. Redistributions of source code must retain the above copyright 47 #include <arm64/qoriq/clk/qoriq_clkgen.h> 55 { -1, 0 } 78 if (cells[1] != 0) in qoriq_clkgen_ofw_mapper() 81 *clk = clknode_find_by_id(clkdom, QORIQ_CLK_ID(cells[0], cells[1])); in qoriq_clkgen_ofw_mapper() 96 if (sc->flags & QORIQ_LITTLE_ENDIAN) in qoriq_clkgen_write_4() 97 bus_write_4(sc->res, addr, htole32(val)); in qoriq_clkgen_write_4() 99 bus_write_4(sc->res, addr, htobe32(val)); in qoriq_clkgen_write_4() [all …]
|