diff options
Diffstat (limited to 'arch/arm/dts/stih410-b2260-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/stih410-b2260-u-boot.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/stih410-b2260-u-boot.dtsi b/arch/arm/dts/stih410-b2260-u-boot.dtsi new file mode 100644 index 0000000000..83916319fc --- /dev/null +++ b/arch/arm/dts/stih410-b2260-u-boot.dtsi @@ -0,0 +1,16 @@ +// 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>; + }; + }; + }; +}; |