cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

qcom-ipq4018-ap120c-ac.dts (526B)


      1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
      2
      3#include "qcom-ipq4018-ap120c-ac.dtsi"
      4
      5/ {
      6	leds {
      7		compatible = "gpio-leds";
      8
      9		status: status {
     10			label = "ap120c-ac:blue:status";
     11			gpios = <&tlmm 5 GPIO_ACTIVE_LOW>;
     12			default-state = "keep";
     13		};
     14
     15		wlan2g {
     16			label = "ap120c-ac:green:wlan2g";
     17			gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>;
     18			linux,default-trigger = "phy0tpt";
     19		};
     20
     21		wlan5g {
     22			label = "ap120c-ac:red:wlan5g";
     23			gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
     24			linux,default-trigger = "phy1tpt";
     25		};
     26	};
     27};