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/stm32mp157a-dk1-scmi.dts

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 2022 - All Rights Reserved
    4  * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
    5  */
    6 
    7 /dts-v1/;
    8 
    9 #include "stm32mp157a-dk1.dts"
   10 #include "stm32mp15-scmi.dtsi"
   11 
   12 / {
   13         model = "STMicroelectronics STM32MP157A-DK1 SCMI Discovery Board";
   14         compatible = "st,stm32mp157a-dk1-scmi", "st,stm32mp157a-dk1", "st,stm32mp157";
   15 
   16         reserved-memory {
   17                 optee@de000000 {
   18                         reg = <0xde000000 0x2000000>;
   19                         no-map;
   20                 };
   21         };
   22 };
   23 
   24 &cpu0 {
   25         clocks = <&scmi_clk CK_SCMI_MPU>;
   26 };
   27 
   28 &cpu1 {
   29         clocks = <&scmi_clk CK_SCMI_MPU>;
   30 };
   31 
   32 &dsi {
   33         clocks = <&rcc DSI_K>, <&scmi_clk CK_SCMI_HSE>, <&rcc DSI_PX>;
   34 };
   35 
   36 &gpioz {
   37         clocks = <&scmi_clk CK_SCMI_GPIOZ>;
   38 };
   39 
   40 &hash1 {
   41         clocks = <&scmi_clk CK_SCMI_HASH1>;
   42         resets = <&scmi_reset RST_SCMI_HASH1>;
   43 };
   44 
   45 &i2c4 {
   46         clocks = <&scmi_clk CK_SCMI_I2C4>;
   47         resets = <&scmi_reset RST_SCMI_I2C4>;
   48 };
   49 
   50 &iwdg2 {
   51         clocks = <&rcc IWDG2>, <&scmi_clk CK_SCMI_LSI>;
   52 };
   53 
   54 &mdma1 {
   55         resets = <&scmi_reset RST_SCMI_MDMA>;
   56 };
   57 
   58 &mlahb {
   59         resets = <&scmi_reset RST_SCMI_MCU>;
   60 };
   61 
   62 &rcc {
   63         compatible = "st,stm32mp1-rcc-secure", "syscon";
   64         clock-names = "hse", "hsi", "csi", "lse", "lsi";
   65         clocks = <&scmi_clk CK_SCMI_HSE>,
   66                  <&scmi_clk CK_SCMI_HSI>,
   67                  <&scmi_clk CK_SCMI_CSI>,
   68                  <&scmi_clk CK_SCMI_LSE>,
   69                  <&scmi_clk CK_SCMI_LSI>;
   70 };
   71 
   72 &rng1 {
   73         clocks = <&scmi_clk CK_SCMI_RNG1>;
   74         resets = <&scmi_reset RST_SCMI_RNG1>;
   75 };
   76 
   77 &rtc {
   78         clocks = <&scmi_clk CK_SCMI_RTCAPB>, <&scmi_clk CK_SCMI_RTC>;
   79 };

Cache object: 07c4a5d1b089016fed1120223f51c4d6


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