Searched +full:ls1028a +full:- +full:flexspi +full:- +full:clk (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | fsl,flexspi-clock.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/fsl,flexspi-clock.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Freescale FlexSPI clock driver for Layerscape SoCs 10 - Michael Walle <michael@walle.cc> 13 The Freescale Layerscape SoCs have a special FlexSPI clock which is 19 - fsl,ls1028a-flexspi-clk 20 - fsl,lx2160a-flexspi-clk 28 '#clock-cells': [all …]
|
| /freebsd/sys/arm64/qoriq/clk/ |
| H A D | ls1028a_flexspi_clk.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 43 #include <dev/clk/clk_div.h> 95 { "fsl,ls1028a-flexspi-clk", (uintptr_t)ls1028a_flexspi_div_tbl }, 96 { "fsl,lx2160a-flexspi-clk", (uintptr_t)lx2160a_flexspi_div_tbl }, 107 if (ofw_bus_search_compatible(dev, compat_data)->ocd_data != 0) { in ls1028a_flexspi_clk_probe() 108 device_set_desc(dev, "NXP FlexSPI clock driver"); in ls1028a_flexspi_clk_probe() 127 clk_t clk; in ls1028a_flexspi_clk_attach() local 130 sc->dev = dev; in ls1028a_flexspi_clk_attach() 133 /* Parse address-cells and size-cells from the parent node as a fallback */ in ls1028a_flexspi_clk_attach() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-ls1028a.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree Include file for NXP Layerscape-1028A family SoC. 5 * Copyright 2018-2020 NXP 11 #include <dt-bindings/clock/fsl,qoriq-clockgen.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/thermal/thermal.h> 16 compatible = "fsl,ls1028a"; 17 interrupt-parent = <&gic>; 18 #address-cells = <2>; 19 #size-cells = <2>; [all …]
|