Add missing ADC and fix formatting
This commit is contained in:
parent
70ffcca3b4
commit
8efcd80f3a
3 changed files with 8 additions and 4 deletions
|
@ -39,6 +39,10 @@
|
|||
|
||||
};
|
||||
|
||||
&adc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
ext-power {
|
||||
ext-power {
|
||||
compatible = "zmk,ext-power-generic";
|
||||
label = "EXT_POWER";
|
||||
control-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
ext-power {
|
||||
ext-power {
|
||||
compatible = "zmk,ext-power-generic";
|
||||
label = "EXT_POWER";
|
||||
control-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
|
||||
|
|
Loading…
Reference in a new issue