Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / mt8518.dtsi
index 9f56122..56da91a 100644 (file)
                reset-on-timeout;
        };
 
+       pinctrl: pinctrl@10005000 {
+               compatible = "mediatek,mt8518-pinctrl";
+               reg = <0x10005000 0x1000>;
+               gpio: gpio-controller {
+                       gpio-controller;
+                       #gpio-cells = <2>;
+               };
+       };
 
+       usb0: usb@11100000 {
+               compatible = "mediatek,mt8518-musb";
+               reg = <0x11100000 0x1000>;
+               reg-names = "control";
+               clocks = <&topckgen CLK_TOP_USB20_48M>,
+                        <&topckgen CLK_TOP_USBIF>,
+                        <&topckgen CLK_TOP_USB>;
+               clock-names = "usbpll", "usbmcu", "usb";
+               interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_LOW>;
+               interrupt-names = "mc";
+               status = "okay";
+       };
 
        mmc0: mmc@11120000 {
                compatible = "mediatek,mt8516-mmc";