]> git.ipfire.org Git - people/ms/linux.git/commitdiff
sunxi: dt: IPFire changes for nanopi
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Mar 2018 10:30:33 +0000 (11:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Sep 2022 09:39:22 +0000 (09:39 +0000)
enable all usb
change led trigger

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
arch/arm/boot/dts/sun8i-h3-nanopi.dtsi

index cf8413fba6c1ad7f04c739379b3e34c84148134b..a7dc91c192e716b46d2c44633583742f4efe5c72 100644 (file)
                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 = <&reg_vcc3v3>;
 };
 
+&ohci1 {
+       status = "okay";
+};
+
+&ohci2 {
+       status = "okay";
+};
+
 &ohci3 {
        status = "okay";
 };