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/qcom-ipq4018-ap120c-ac.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 #include <dt-bindings/leds/common.h>
    4 #include "qcom-ipq4018-ap120c-ac.dtsi"
    5 
    6 / {
    7         leds {
    8                 compatible = "gpio-leds";
    9 
   10                 status: status {
   11                         label = "ap120c-ac:blue:status";
   12                         function = LED_FUNCTION_STATUS;
   13                         color = <LED_COLOR_ID_BLUE>;
   14                         gpios = <&tlmm 5 GPIO_ACTIVE_LOW>;
   15                         default-state = "keep";
   16                 };
   17 
   18                 wlan2g {
   19                         label = "ap120c-ac:green:wlan2g";
   20                         function = LED_FUNCTION_WLAN;
   21                         color = <LED_COLOR_ID_GREEN>;
   22                         gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>;
   23                         linux,default-trigger = "phy0tpt";
   24                 };
   25 
   26                 wlan5g {
   27                         label = "ap120c-ac:red:wlan5g";
   28                         function = LED_FUNCTION_WLAN;
   29                         color = <LED_COLOR_ID_RED>;
   30                         gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
   31                         linux,default-trigger = "phy1tpt";
   32                 };
   33         };
   34 };

Cache object: 1e4c725b7f5cdb800eaa565fda2c4487


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