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/bcm47094-luxul-xap-1610.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-later OR MIT
    2 /*
    3  * Copyright 2018 Luxul Inc.
    4  */
    5 
    6 /dts-v1/;
    7 
    8 #include "bcm47094.dtsi"
    9 
   10 / {
   11         compatible = "luxul,xap-1610-v1", "brcm,bcm47094", "brcm,bcm4708";
   12         model = "Luxul XAP-1610 V1";
   13 
   14         chosen {
   15                 bootargs = "earlycon";
   16         };
   17 
   18         memory@0 {
   19                 device_type = "memory";
   20                 reg = <0x00000000 0x08000000>;
   21         };
   22 
   23         leds {
   24                 compatible = "gpio-leds";
   25 
   26                 status  {
   27                         label = "bcm53xx:green:status";
   28                         gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
   29                         linux,default-trigger = "timer";
   30                 };
   31 
   32                 2ghz {
   33                         label = "bcm53xx:blue:2ghz";
   34                         gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
   35                 };
   36 
   37                 5ghz {
   38                         label = "bcm53xx:blue:5ghz";
   39                         gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
   40                 };
   41         };
   42 
   43         gpio-keys {
   44                 compatible = "gpio-keys";
   45 
   46                 button-restart {
   47                         label = "Reset";
   48                         linux,code = <KEY_RESTART>;
   49                         gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
   50                 };
   51         };
   52 };
   53 
   54 &spi_nor {
   55         status = "okay";
   56 };
   57 
   58 &srab {
   59         status = "okay";
   60 
   61         ports {
   62                 port@0 {
   63                         reg = <0>;
   64                         label = "poe";
   65                 };
   66 
   67                 port@1 {
   68                         reg = <1>;
   69                         label = "lan";
   70                 };
   71 
   72                 port@5 {
   73                         reg = <5>;
   74                         label = "cpu";
   75                         ethernet = <&gmac0>;
   76                 };
   77         };
   78 };

Cache object: 946244ba799680383cc39c0c33bf40dd


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