Lines Matching +full:spi +full:- +full:nor
4 * Copyright 2010-2011 Freescale Semiconductor Inc.
6 * Author: Roy Zang <tie-fei.zang@freescale.com>
15 * * Neither the name of Freescale Semiconductor nor the
37 /include/ "fsl/p1023si-pre.dtsi"
42 #address-cells = <2>;
43 #size-cells = <2>;
44 interrupt-parent = <&mpic>;
60 spi@7000 {
62 #address-cells = <1>;
63 #size-cells = <1>;
66 spi-max-frequency = <40000000>; /* input clock */
67 partition@u-boot {
68 /* 512KB for u-boot Bootloader Image */
69 label = "u-boot-spi";
71 read-only;
75 label = "dtb-spi";
77 read-only;
91 /* NOR Flash, BCSR */
95 nor@0,0 {
96 #address-cells = <1>;
97 #size-cells = <1>;
98 compatible = "cfi-flash";
100 bank-width = <2>;
101 device-width = <1>;
117 read-only;
120 label = "u-boot";
122 read-only;
127 #address-cells = <1>;
128 #size-cells = <1>;
129 compatible = "fsl,p1023rds-fpga";
134 compatible = "fsl,p1023rds-bcsr";
145 /* IRQ[0:3] are pulled up on board, set to active-low */
146 interrupt-map-mask = <0xf800 0 0 7>;
147 interrupt-map = <
170 * IRQ[4:6] only for PCIe, set to active-high,
171 * IRQ[7] is pulled up on board, set to active-low
173 interrupt-map-mask = <0xf800 0 0 7>;
174 interrupt-map = <
197 * IRQ[8:10] are pulled up on board, set to active-low
198 * IRQ[11] only for PCIe, set to active-high,
200 interrupt-map-mask = <0xf800 0 0 7>;
201 interrupt-map = <
219 /include/ "fsl/p1023si-post.dtsi"