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/ti/k3-am65-iot2050-common-pg1.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 (c) Siemens AG, 2021
    4  *
    5  * Authors:
    6  *   Jan Kiszka <jan.kiszka@siemens.com>
    7  *
    8  * Common bits of the IOT2050 Basic and Advanced variants, PG1
    9  */
   10 
   11 &dss {
   12         assigned-clocks = <&k3_clks 67 2>;
   13         assigned-clock-parents = <&k3_clks 67 5>;
   14 };
   15 
   16 &serdes0 {
   17         status = "disabled";
   18 };
   19 
   20 &sdhci1 {
   21         no-1-8-v;
   22 };
   23 
   24 &tx_pru0_0 {
   25         status = "disabled";
   26 };
   27 
   28 &tx_pru0_1 {
   29         status = "disabled";
   30 };
   31 
   32 &tx_pru1_0 {
   33         status = "disabled";
   34 };
   35 
   36 &tx_pru1_1 {
   37         status = "disabled";
   38 };
   39 
   40 &tx_pru2_0 {
   41         status = "disabled";
   42 };
   43 
   44 &tx_pru2_1 {
   45         status = "disabled";
   46 };

Cache object: 7e6a2c77e7ae3078a083c69094a52899


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