enable all usb
change led trigger
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
led-0 {
label = "nanopi:blue:status";
gpios = <&pio 0 10 GPIO_ACTIVE_HIGH>;
- linux,default-trigger = "heartbeat";
+ linux,default-trigger = "mmc0";
};
led-1 {
label = "nanopi:green:pwr";
gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>;
default-state = "on";
+ linux,default-trigger = "heartbeat";
};
};
};
};
+&ehci1 {
+ status = "okay";
+};
+
+&ehci2 {
+ status = "okay";
+};
+
&ehci3 {
status = "okay";
};
vmmc-supply = <®_vcc3v3>;
};
+&ohci1 {
+ status = "okay";
+};
+
+&ohci2 {
+ status = "okay";
+};
+
&ohci3 {
status = "okay";
};