Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / arch / arm / dts / meson-gxl-u-boot.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2019 BayLibre, SAS.
4  * Author: Neil Armstrong <narmstrong@baylibre.com>
5  */
6
7 #include "meson-gx-u-boot.dtsi"
8
9 &usb0 {
10         dwc2: usb@c9100000 {
11                 compatible = "snps,dwc2";
12                 reg = <0x0 0xc9100000 0x0 0x40000>;
13                 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
14                 clocks = <&clkc CLKID_USB1_DDR_BRIDGE>;
15                 clock-names = "ddr";
16                 phys = <&usb3_phy>, <&usb2_phy1>;
17                 dr_mode = "peripheral";
18                 g-rx-fifo-size = <192>;
19                 g-np-tx-fifo-size = <128>;
20                 g-tx-fifo-size = <128 128 16 16 16>;
21                 status = "disabled";
22         };
23 };