upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
691 B
34 lines
691 B
/*
|
|
* Copyright (C) 2014 STMicroelectronics Limited.
|
|
* Author: Peter Griffin <peter.griffin@linaro.org>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* publishhed by the Free Software Foundation.
|
|
*/
|
|
#include "st-pincfg.h"
|
|
/ {
|
|
|
|
soc {
|
|
pin-controller-rear {
|
|
|
|
usb0 {
|
|
pinctrl_usb0: usb2-0 {
|
|
st,pins {
|
|
usb-oc-detect = <&pio35 0 ALT1 IN>;
|
|
usb-pwr-enable = <&pio35 1 ALT1 OUT>;
|
|
};
|
|
};
|
|
};
|
|
|
|
usb1 {
|
|
pinctrl_usb1: usb2-1 {
|
|
st,pins {
|
|
usb-oc-detect = <&pio35 2 ALT1 IN>;
|
|
usb-pwr-enable = <&pio35 3 ALT1 OUT>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|