The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/freescale/imx8qm-ss-dma.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0+
    2 /*
    3  * Copyright 2018-2019 NXP
    4  *      Dong Aisheng <aisheng.dong@nxp.com>
    5  */
    6 
    7 &dma_subsys {
    8         uart4_lpcg: clock-controller@5a4a0000 {
    9                 compatible = "fsl,imx8qxp-lpcg";
   10                 reg = <0x5a4a0000 0x10000>;
   11                 #clock-cells = <1>;
   12                 clocks = <&clk IMX_SC_R_UART_4 IMX_SC_PM_CLK_PER>,
   13                          <&dma_ipg_clk>;
   14                 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
   15                 clock-output-names = "uart4_lpcg_baud_clk",
   16                                      "uart4_lpcg_ipg_clk";
   17                 power-domains = <&pd IMX_SC_R_UART_4>;
   18         };
   19 };
   20 
   21 &lpuart0 {
   22         compatible = "fsl,imx8qm-lpuart", "fsl,imx8qxp-lpuart";
   23 };
   24 
   25 &lpuart1 {
   26         compatible = "fsl,imx8qm-lpuart", "fsl,imx8qxp-lpuart";
   27 };
   28 
   29 &lpuart2 {
   30         compatible = "fsl,imx8qm-lpuart", "fsl,imx8qxp-lpuart";
   31 };
   32 
   33 &lpuart3 {
   34         compatible = "fsl,imx8qm-lpuart", "fsl,imx8qxp-lpuart";
   35 };
   36 
   37 &i2c0 {
   38         compatible = "fsl,imx8qm-lpi2c", "fsl,imx7ulp-lpi2c";
   39 };
   40 
   41 &i2c1 {
   42         compatible = "fsl,imx8qm-lpi2c", "fsl,imx7ulp-lpi2c";
   43 };
   44 
   45 &i2c2 {
   46         compatible = "fsl,imx8qm-lpi2c", "fsl,imx7ulp-lpi2c";
   47 };
   48 
   49 &i2c3 {
   50         compatible = "fsl,imx8qm-lpi2c", "fsl,imx7ulp-lpi2c";
   51 };

Cache object: 64484f8d40b10aa3193ca5e363f0b072


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.