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/arm/stm32mp157.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+ OR BSD-3-Clause)
    2 /*
    3  * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
    4  * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
    5  */
    6 
    7 #include "stm32mp153.dtsi"
    8 
    9 / {
   10         soc {
   11                 gpu: gpu@59000000 {
   12                         compatible = "vivante,gc";
   13                         reg = <0x59000000 0x800>;
   14                         interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
   15                         clocks = <&rcc GPU>, <&rcc GPU_K>;
   16                         clock-names = "bus" ,"core";
   17                         resets = <&rcc GPU_R>;
   18                 };
   19 
   20                 dsi: dsi@5a000000 {
   21                         compatible = "st,stm32-dsi";
   22                         reg = <0x5a000000 0x800>;
   23                         clocks = <&rcc DSI_K>, <&clk_hse>, <&rcc DSI_PX>;
   24                         clock-names = "pclk", "ref", "px_clk";
   25                         resets = <&rcc DSI_R>;
   26                         reset-names = "apb";
   27                         #address-cells = <1>;
   28                         #size-cells = <0>;
   29                         status = "disabled";
   30 
   31                         ports {
   32                                 #address-cells = <1>;
   33                                 #size-cells = <0>;
   34                         };
   35                 };
   36         };
   37 };

Cache object: cc3377e3d7adc7dd3de67262c2766fbd


[ 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.