Lines Matching +full:reset +full:- +full:gpio
4 - compatible : "altr,a10sr"
5 - spi-max-frequency : Maximum SPI frequency.
6 - reg : The SPI Chip Select address for the Arria10
8 - interrupts : The interrupt line the device is connected to.
9 - interrupt-controller : Marks the device node as an interrupt controller.
10 - #interrupt-cells : The number of cells to describe an IRQ, should be 2.
13 masks from ../interrupt-controller/interrupts.txt.
15 The A10SR consists of these sub-devices:
18 ------ ----------
19 a10sr_gpio GPIO Controller
20 a10sr_rst Reset Controller
22 Arria10 GPIO
24 - compatible : Should be "altr,a10sr-gpio"
25 - gpio-controller : Marks the device node as a GPIO Controller.
26 - #gpio-cells : Should be two. The first cell is the pin number and
28 See ../gpio/gpio.txt for more information.
30 Arria10 Peripheral PHY Reset
32 - compatible : Should be "altr,a10sr-reset"
33 - #reset-cells : Should be one.
37 resource-manager@0 {
40 spi-max-frequency = <100000>;
41 interrupt-parent = <&portb>;
43 interrupt-controller;
44 #interrupt-cells = <2>;
46 a10sr_gpio: gpio-controller {
47 compatible = "altr,a10sr-gpio";
48 gpio-controller;
49 #gpio-cells = <2>;
52 a10sr_rst: reset-controller {
53 compatible = "altr,a10sr-reset";
54 #reset-cells = <1>;