status {
label = "nanopi:blue:status";
gpios = <&pio 0 10 GPIO_ACTIVE_HIGH>;
- linux,default-trigger = "heartbeat";
+ linux,default-trigger = "mmc0";
};
pwr {
label = "nanopi:green:pwr";
gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>;
- default-state = "on";
+ linux,default-trigger = "heartbeat";
};
};
gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>;
};
};
+
+ // lower the cma shared mem pool from 64 to 8MB
+ // we use no mali
+ reserved-memory {
+ cma: linux,cma {
+ size = <0x800000>;
+ };
+ };
+};
+
+&ehci1 {
+ status = "okay";
+};
+
+&ehci2 {
+ status = "okay";
};
&ehci3 {
vmmc-supply = <®_vcc3v3>;
};
+&ohci1 {
+ status = "okay";
+};
+
+&ohci2 {
+ status = "okay";
+};
+
&ohci3 {
status = "okay";
};