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/mips/brcm/bcm63268-comtrend-vr-3032u.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 /dts-v1/;
    3 
    4 #include "bcm63268.dtsi"
    5 
    6 / {
    7         compatible = "comtrend,vr-3032u", "brcm,bcm63268";
    8         model = "Comtrend VR-3032u";
    9 
   10         memory@0 {
   11                 device_type = "memory";
   12                 reg = <0x00000000 0x04000000>;
   13         };
   14 
   15         chosen {
   16                 bootargs = "console=ttyS0,115200";
   17                 stdout-path = &uart0;
   18         };
   19 };
   20 
   21 &leds0 {
   22         status = "okay";
   23         brcm,serial-leds;
   24         brcm,serial-dat-low;
   25         brcm,serial-shift-inv;
   26 
   27         led@0 {
   28                 reg = <0>;
   29                 brcm,hardware-controlled;
   30                 brcm,link-signal-sources = <0>;
   31                 /* GPHY0 Speed 0 */
   32         };
   33         led@1 {
   34                 reg = <1>;
   35                 brcm,hardware-controlled;
   36                 brcm,link-signal-sources = <1>;
   37                 /* GPHY0 Speed 1 */
   38         };
   39         led@2 {
   40                 reg = <2>;
   41                 active-low;
   42                 label = "vr-3032u:red:inet";
   43         };
   44         led@3 {
   45                 reg = <3>;
   46                 active-low;
   47                 label = "vr-3032u:green:dsl";
   48         };
   49         led@4 {
   50                 reg = <4>;
   51                 active-low;
   52                 label = "vr-3032u:green:usb";
   53         };
   54         led@7 {
   55                 reg = <7>;
   56                 active-low;
   57                 label = "vr-3032u:green:wps";
   58         };
   59         led@8 {
   60                 reg = <8>;
   61                 active-low;
   62                 label = "vr-3032u:green:inet";
   63         };
   64         led@9 {
   65                 reg = <9>;
   66                 brcm,hardware-controlled;
   67                 /* EPHY0 Activity */
   68         };
   69         led@10 {
   70                 reg = <10>;
   71                 brcm,hardware-controlled;
   72                 /* EPHY1 Activity */
   73         };
   74         led@11 {
   75                 reg = <11>;
   76                 brcm,hardware-controlled;
   77                 /* EPHY2 Activity */
   78         };
   79         led@12 {
   80                 reg = <12>;
   81                 brcm,hardware-controlled;
   82                 /* GPHY0 Activity */
   83         };
   84         led@13 {
   85                 reg = <13>;
   86                 brcm,hardware-controlled;
   87                 /* EPHY0 Speed */
   88         };
   89         led@14 {
   90                 reg = <14>;
   91                 brcm,hardware-controlled;
   92                 /* EPHY1 Speed */
   93         };
   94         led@15 {
   95                 reg = <15>;
   96                 brcm,hardware-controlled;
   97                 /* EPHY2 Speed */
   98         };
   99         led@20 {
  100                 reg = <20>;
  101                 active-low;
  102                 label = "vr-3032u:green:power";
  103                 default-state = "on";
  104         };
  105 };
  106 
  107 &uart0 {
  108         status = "okay";
  109 };

Cache object: 612edb89dc0b19367a9825165e450b0d


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