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/socfpga_cyclone5_mcvevk.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) 2015 Marek Vasut <marex@denx.de>
    4  */
    5 
    6 #include "socfpga_cyclone5_mcv.dtsi"
    7 
    8 / {
    9         model = "Aries/DENX MCV EVK";
   10         compatible = "denx,mcvevk", "altr,socfpga-cyclone5", "altr,socfpga";
   11 
   12         aliases {
   13                 ethernet0 = &gmac0;
   14                 stmpe-i2c0 = &stmpe1;
   15         };
   16 
   17         chosen {
   18                 stdout-path = "serial0:115200n8";
   19         };
   20 };
   21 
   22 &can0 {
   23         status = "okay";
   24 };
   25 
   26 &can1 {
   27         status = "okay";
   28 };
   29 
   30 &gmac0 {
   31         phy-mode = "rgmii";
   32         status = "okay";
   33 };
   34 
   35 &gpio0 {        /* GPIO  0 ... 28 */
   36         status = "okay";
   37 };
   38 
   39 &gpio1 {        /* GPIO 29 ... 57 */
   40         status = "okay";
   41 };
   42 
   43 &gpio2 {        /* GPIO 58..66 (HLGPI 0..13 at offset 13) */
   44         status = "okay";
   45 };
   46 
   47 &i2c0 {
   48         status = "okay";
   49         clock-frequency = <100000>;
   50 
   51         stmpe1: stmpe811@41 {
   52                 compatible = "st,stmpe811";
   53                 #address-cells = <1>;
   54                 #size-cells = <0>;
   55                 reg = <0x41>;
   56                 id = <0>;
   57                 blocks = <0x5>;
   58                 irq-gpio = <&portb 28 0x4>;     /* GPIO 57, trig. level HI */
   59 
   60                 stmpe_touchscreen {
   61                         compatible = "st,stmpe-ts";
   62                         ts,sample-time = <4>;
   63                         ts,mod-12b = <1>;
   64                         ts,ref-sel = <0>;
   65                         ts,adc-freq = <1>;
   66                         ts,ave-ctrl = <1>;
   67                         ts,touch-det-delay = <3>;
   68                         ts,settling = <4>;
   69                         ts,fraction-z = <7>;
   70                         ts,i-drive = <1>;
   71                 };
   72         };
   73 };
   74 
   75 &uart0 {
   76         status = "okay";
   77 };
   78 
   79 &usb1 {
   80         status = "okay";
   81 };

Cache object: 2dc78e6fde16eab700b89dd3bb0194b6


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