mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
460255842c
This patch adds device trees for the bcm283x platform to be used with OF_CONTROL. The version 4.8-rc7 of the linux kernel was used as source. Cc: Albert Aribaud <albert.u.boot@aribaud.net> Signed-off-by: Fabian Vogt <fvogt@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>
19 lines
235 B
Text
19 lines
235 B
Text
/ {
|
|
aliases {
|
|
ethernet = ðernet;
|
|
};
|
|
};
|
|
|
|
&usb {
|
|
usb1@1 {
|
|
compatible = "usb424,9514";
|
|
reg = <1>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
ethernet: usbether@1 {
|
|
compatible = "usb424,ec00";
|
|
reg = <1>;
|
|
};
|
|
};
|
|
};
|