Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /dts-v1/;
- #include "sun8i-a33.dtsi"
- #include "sun8i-q8-common.dtsi"
- / {
- model = "Q8 A33 Tablet";
- compatible = "allwinner,q8-a33", "allwinner,sun8i-a33";
- wifi_pwrseq: wifi_pwrseq {
- compatible = "mmc-pwrseq-simple";
- pinctrl-names = "default";
- pinctrl-0 = <&wifi_pwrseq_pin_rtl>;
- reset-gpios = <&r_pio 0 11 GPIO_ACTIVE_LOW>; /* PL11 rtl8723bs */
- };
- };
- /*
- * FIXME for now we only support host mode and rely on u-boot to have
- * turned on Vbus which is controlled by the axp223 pmic on the board.
- *
- * Once we have axp223 support we should switch to fully supporting otg.
- */
- &usb_otg {
- dr_mode = "host";
- status = "okay";
- };
- &usbphy {
- status = "okay";
- };
- &mmc1 {
- pinctrl-names = "default";
- pinctrl-0 = <&mmc1_pins_a>;
- vmmc-supply = <®_dcdc1>;
- bus-width = <4>;
- non-removable;
- status = "okay";
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement