Skip to content

Commit

Permalink
hinlink-h88k: edge: add rfkill nodes to devicetree for m.2 wifi and b…
Browse files Browse the repository at this point in the history
…luetooth
  • Loading branch information
amazingfate committed Dec 2, 2024
1 parent 384045a commit ccc887a
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,20 @@
};
};

rfkilli-wifi {
compatible = "rfkill-gpio";
label = "rfkill-pcie-wlan";
radio-type = "wlan";
shutdown-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
};

rfkill-bt {
compatible = "rfkill-gpio";
label = "rfkill-m2-bt";
radio-type = "bluetooth";
shutdown-gpios = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
};

vcc12v_dcin: vcc12v-dcin {
compatible = "regulator-fixed";
regulator-always-on;
Expand Down

0 comments on commit ccc887a

Please sign in to comment.