Advertisement
Guest User

Untitled

a guest
May 16th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. &reg_usb1_vbus {
  2. pinctrl-0 = <&usb1_vbus_pin_bananapi>;
  3. gpio = <&pio 7 0 GPIO_ACTIVE_HIGH>; /* PH0 */
  4. status = "okay";
  5. };
  6.  
  7. &i2s0 {
  8. status = "okay";
  9. };
  10. &codec {
  11. status = "okay";
  12. };
  13. &reg_usb2_vbus {
  14. pinctrl-0 = <&usb2_vbus_pin_bananapi>;
  15. gpio = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
  16. status = "okay";
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement