saving the duo256m LED pin
Duo256M's LED pin is PWR_GPIO2, it is defined as the mute pin of dac in cv181x_asic_qfn.dtsi, so the mute pin of the dac is defined as an unused pin to release the LED pin. Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
@ -12,3 +12,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
&dac {
|
||||
mute-gpio-r = <&porte 1 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
|
||||
@ -7,3 +7,8 @@
|
||||
/ {
|
||||
model = "Milk-V Duo256M";
|
||||
};
|
||||
|
||||
&dac {
|
||||
mute-gpio-r = <&porte 1 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user