|
@@ -269,6 +269,54 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+ sd: sdhc@5a400000 {
|
|
|
+ compatible = "socionext,uniphier-sd-v2.91";
|
|
|
+ status = "disabled";
|
|
|
+ reg = <0x5a400000 0x200>;
|
|
|
+ interrupts = <0 76 4>;
|
|
|
+ pinctrl-names = "default", "uhs";
|
|
|
+ pinctrl-0 = <&pinctrl_sd>;
|
|
|
+ pinctrl-1 = <&pinctrl_sd_uhs>;
|
|
|
+ clocks = <&mio_clk 0>;
|
|
|
+ reset-names = "host", "bridge";
|
|
|
+ resets = <&mio_rst 0>, <&mio_rst 3>;
|
|
|
+ bus-width = <4>;
|
|
|
+ cap-sd-highspeed;
|
|
|
+ sd-uhs-sdr12;
|
|
|
+ sd-uhs-sdr25;
|
|
|
+ sd-uhs-sdr50;
|
|
|
+ };
|
|
|
+
|
|
|
+ emmc: sdhc@5a500000 {
|
|
|
+ compatible = "socionext,uniphier-sd-v2.91";
|
|
|
+ status = "disabled";
|
|
|
+ reg = <0x5a500000 0x200>;
|
|
|
+ interrupts = <0 78 4>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&pinctrl_emmc>;
|
|
|
+ clocks = <&mio_clk 1>;
|
|
|
+ reset-names = "host", "bridge", "hw";
|
|
|
+ resets = <&mio_rst 1>, <&mio_rst 4>, <&mio_rst 6>;
|
|
|
+ bus-width = <8>;
|
|
|
+ cap-mmc-highspeed;
|
|
|
+ cap-mmc-hw-reset;
|
|
|
+ non-removable;
|
|
|
+ };
|
|
|
+
|
|
|
+ sd1: sdhc@5a600000 {
|
|
|
+ compatible = "socionext,uniphier-sd-v2.91";
|
|
|
+ status = "disabled";
|
|
|
+ reg = <0x5a600000 0x200>;
|
|
|
+ interrupts = <0 85 4>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&pinctrl_sd1>;
|
|
|
+ clocks = <&mio_clk 2>;
|
|
|
+ reset-names = "host", "bridge";
|
|
|
+ resets = <&mio_rst 2>, <&mio_rst 5>;
|
|
|
+ bus-width = <4>;
|
|
|
+ cap-sd-highspeed;
|
|
|
+ };
|
|
|
+
|
|
|
usb2: usb@5a800100 {
|
|
|
compatible = "socionext,uniphier-ehci", "generic-ehci";
|
|
|
status = "disabled";
|