mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-26 04:17:09 +00:00
dts: db410c: add alias for USB
Alias is required so req-seq will be filled. Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
This commit is contained in:
parent
2df49234c6
commit
6b0861a942
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
#address-cells = <0x2>;
|
||||
#size-cells = <0x2>;
|
||||
|
||||
aliases {
|
||||
usb0 = "/soc/ehci@78d9000";
|
||||
};
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0 0x80000000 0 0x3da00000>;
|
||||
|
|
Loading…
Add table
Reference in a new issue