aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/fdt/dts/cubieboard.dts
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/fdt/dts/cubieboard.dts')
-rw-r--r--sys/boot/fdt/dts/cubieboard.dts17
1 files changed, 16 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/cubieboard.dts b/sys/boot/fdt/dts/cubieboard.dts
index 2d90720b51e9..181d5d433679 100644
--- a/sys/boot/fdt/dts/cubieboard.dts
+++ b/sys/boot/fdt/dts/cubieboard.dts
@@ -76,6 +76,12 @@
clock-frequency = < 24000000 >;
};
+ watchdog@01c20c90 {
+ compatible = "allwinner,sun4i-wdt";
+ reg = <0x01c20c90 0x08>;
+ };
+
+
GPIO: gpio@01c20800 {
#gpio-cells = <3>;
compatible = "allwinner,sun4i-gpio";
@@ -85,7 +91,14 @@
interrupt-parent = <&AINTC>;
};
- usb1: usb@01c1c000 {
+ usb1: usb@01c14000 {
+ compatible = "allwinner,usb-ehci", "usb-ehci";
+ reg = <0x01c14000 0x1000>;
+ interrupts = < 39 >;
+ interrupt-parent = <&AINTC>;
+ };
+
+ usb2: usb@01c1c000 {
compatible = "allwinner,usb-ehci", "usb-ehci";
reg = <0x01c1c000 0x1000>;
interrupts = < 40 >;
@@ -108,6 +121,8 @@
interrupt-parent = <&AINTC>;
current-speed = <115200>;
clock-frequency = < 24000000 >;
+ busy-detect = <1>;
+ broken-txfifo = <1>;
};
};