mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
8c103c33fb
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
67 lines
858 B
Text
67 lines
858 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
|
*/
|
|
|
|
/{
|
|
aliases {
|
|
usb0 = &usb1;
|
|
usb1 = &usb2;
|
|
};
|
|
};
|
|
|
|
&am43xx_control_usb2phy1 {
|
|
compatible = "ti,control-phy-usb2-am437", "syscon";
|
|
};
|
|
|
|
&am43xx_control_usb2phy2 {
|
|
compatible = "ti,control-phy-usb2-am437", "syscon";
|
|
};
|
|
|
|
&ocp2scp0 {
|
|
compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
|
|
};
|
|
|
|
&ocp2scp1 {
|
|
compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
|
|
};
|
|
|
|
&dwc3_1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&usb1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&usb2_phy1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&am43xx_control_usb2phy1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&ocp2scp0 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&dwc3_2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&usb2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&usb2_phy2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&am43xx_control_usb2phy2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&ocp2scp1 {
|
|
bootph-pre-ram;
|
|
};
|