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/am574x-idk.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
    2 /*
    3  * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
    4  */
    5 
    6 
    7 /dts-v1/;
    8 
    9 #include "am5748.dtsi"
   10 #include "dra7-mmc-iodelay.dtsi"
   11 #include "dra76x-mmc-iodelay.dtsi"
   12 #include "am572x-idk-common.dtsi"
   13 
   14 / {
   15         model = "TI AM5748 IDK";
   16         compatible = "ti,am5748-idk", "ti,am5748", "ti,dra762", "ti,dra7";
   17 };
   18 
   19 &qspi {
   20         spi-max-frequency = <96000000>;
   21         flash@0 {
   22                 spi-max-frequency = <96000000>;
   23         };
   24 };
   25 
   26 &mmc1 {
   27         pinctrl-names = "default", "hs";
   28         pinctrl-0 = <&mmc1_pins_default_no_clk_pu>;
   29         pinctrl-1 = <&mmc1_pins_hs>;
   30 };
   31 
   32 &mmc2 {
   33         pinctrl-names = "default", "hs", "ddr_3_3v";
   34         pinctrl-0 = <&mmc2_pins_default>;
   35         pinctrl-1 = <&mmc2_pins_default>;
   36         pinctrl-2 = <&mmc2_pins_default>;
   37 };
   38 
   39 &emif1 {
   40         status = "okay";
   41 };
   42 
   43 &pruss1_mdio {
   44         status = "disabled";
   45 };
   46 
   47 &pruss2_mdio {
   48         status = "disabled";
   49 };

Cache object: b5b6e0e919c5dda3b699fb08f2df6fa4


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