mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
17 lines
298 B
Text
17 lines
298 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
|
||
|
* Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/{
|
||
|
soc {
|
||
|
st_dwc3: dwc3@8f94000 {
|
||
|
dwc3: dwc3@9900000 {
|
||
|
phys = <&usb2_picophy0>;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|