Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
c4e4481a
Commit
c4e4481a
authored
Apr 13, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dts records for usb
parent
2ad53514
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
2 deletions
+39
-2
elphel393_mmc.dts
conf/machine/boards/elphel393/elphel393_mmc.dts
+11
-1
elphel393_nand.dts
conf/machine/boards/elphel393/elphel393_nand.dts
+9
-0
elphel393_ram.dts
conf/machine/boards/elphel393/elphel393_ram.dts
+9
-0
elphel393.cfg
recipes-kernel/linux/config/elphel393.cfg
+10
-1
No files found.
conf/machine/boards/elphel393/elphel393_mmc.dts
View file @
c4e4481a
...
...
@@ -67,6 +67,7 @@
device_type
=
"memory"
;
reg
=
<
0x0
0x40000000
>;
}
;
ps7_axi_interconnect_0
:
amba
@
0
{
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
1
>;
...
...
@@ -450,12 +451,13 @@
} ;
ps7_usb_0: ps7-usb@e0002000 {
clocks = <&clkc 28>;
compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2"
, "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a"
;
compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
reg = <0xe0002000 0x1000>;
interrupt-parent = <&ps7_scugic_0>;
interrupts = <0 21 4>;
dr_mode = "host";
phy_type = "ulpi";
usb-phy = <&usb_phy0>;
} ;
ps7_xadc: ps7-xadc@f8007100 {
clocks = <&clkc 12>;
...
...
@@ -473,6 +475,14 @@
fb_offs = <0xc00>;
};
} ;
usb_phy0: phy0{
compatible = "ulpi-phy";
#phy-cells = <0>;
reg = <0xe0002000 0x1000>;
view-port = <0x170>;
} ;
elphel393_pwr: elphel393-pwr@0 {
compatible = "elphel,elphel393-pwr-1.00";
elphel393_pwr,simulate= <0>;
...
...
conf/machine/boards/elphel393/elphel393_nand.dts
View file @
c4e4481a
...
...
@@ -456,6 +456,7 @@
interrupts = <0 21 4>;
dr_mode = "host";
phy_type = "ulpi";
usb-phy = <&usb_phy0>;
} ;
ps7_xadc: ps7-xadc@f8007100 {
clocks = <&clkc 12>;
...
...
@@ -473,6 +474,14 @@
fb_offs = <0xc00>;
};
} ;
usb_phy0: phy0{
compatible = "ulpi-phy";
#phy-cells = <0>;
reg = <0xe0002000 0x1000>;
view-port = <0x170>;
} ;
elphel393_pwr: elphel393-pwr@0 {
compatible = "elphel,elphel393-pwr-1.00";
elphel393_pwr,simulate= <0>;
...
...
conf/machine/boards/elphel393/elphel393_ram.dts
View file @
c4e4481a
...
...
@@ -456,6 +456,7 @@
interrupts = <0 21 4>;
dr_mode = "host";
phy_type = "ulpi";
usb-phy = <&usb_phy0>;
} ;
ps7_xadc: ps7-xadc@f8007100 {
clocks = <&clkc 12>;
...
...
@@ -473,6 +474,14 @@
fb_offs = <0xc00>;
};
} ;
usb_phy0: phy0{
compatible = "ulpi-phy";
#phy-cells = <0>;
reg = <0xe0002000 0x1000>;
view-port = <0x170>;
} ;
elphel393_pwr: elphel393-pwr@0 {
compatible = "elphel,elphel393-pwr-1.00";
elphel393_pwr,simulate= <0>;
...
...
recipes-kernel/linux/config/elphel393.cfg
View file @
c4e4481a
...
...
@@ -49,3 +49,12 @@ CONFIG_SENSORS_JC42=y
#CONFIG_ELPHEL393_INIT=n
CONFIG_ATAGS=n
CONFIG_USB_ULPI=y
CONFIG_USB_ULPI_VIEWPORT=y
CONFIG_USB_CHIPIDEA_HOST=y
CONFIG_USB_CHIPIDEA_DEBUG=n
CONFIG_USB_GPIO_VBUS=n
CONFIG_USB_OTG=n
CONFIG_USB_GADGET=n
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment