mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-05 20:49:06 +00:00
add USB to NanoPi-K1
This commit is contained in:
parent
5a0e3b6dcb
commit
9d6d536c22
1 changed files with 14 additions and 1 deletions
|
@ -15,7 +15,7 @@ new file mode 100644
|
|||
index 0000000..c08af78
|
||||
--- /dev/null
|
||||
+++ b/arch/arm/dts/sun50i-h5-nanopi-k1-plus.dts
|
||||
@@ -0,0 +1,96 @@
|
||||
@@ -0,0 +1,119 @@
|
||||
+/*
|
||||
+ * Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.io>
|
||||
+ * Copyright (C) 2017 Jagan Teki <jteki@openedev.com>
|
||||
|
@ -112,6 +112,19 @@ index 0000000..c08af78
|
|||
+ pinctrl-0 = <&uart0_pins_a>;
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
+&usbphy {
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
+&ohci1 {
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
+&ehci1 {
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
diff --git a/configs/nanopi_k1_plus_defconfig b/configs/nanopi_k1_plus_defconfig
|
||||
new file mode 100644
|
||||
index 0000000..670c3c7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue