Lines Matching +full:sama5d2 +full:- +full:qspi
1 * Atmel Quad Serial Peripheral Interface (QSPI)
4 - compatible: Should be one of the following:
5 - "atmel,sama5d2-qspi"
6 - "microchip,sam9x60-qspi"
7 - reg: Should contain the locations and lengths of the base registers
9 - reg-names: Should contain the resource reg names:
10 - qspi_base: configuration register address space
11 - qspi_mmap: memory mapped address space
12 - interrupts: Should contain the interrupt for the device.
13 - clocks: Should reference the peripheral clock and the QSPI system
15 - clock-names: Should contain "pclk" for the peripheral clock and "qspick"
17 - #address-cells: Should be <1>.
18 - #size-cells: Should be <0>.
23 compatible = "atmel,sama5d2-qspi";
25 reg-names = "qspi_base", "qspi_mmap";
28 clock-names = "pclk";
29 #address-cells = <1>;
30 #size-cells = <0>;
31 pinctrl-names = "default";
32 pinctrl-0 = <&pinctrl_spi0_default>;