Home
last modified time | relevance | path

Searched +full:p1022ds +full:- +full:fpga (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/board/
Dfsl,fpga-qixis.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/board/fsl,fpga-qixis.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale on-board FPGA/CPLD
10 - Frank Li <Frank.Li@nxp.com>
15 - items:
16 - const: fsl,p1022ds-fpga
17 - const: fsl,fpga-ngpixis
18 - items:
[all …]
/linux-6.12.1/arch/powerpc/platforms/85xx/
Dp1022_ds.c2 * P1022DS board specific routines
10 * This file is taken from the Freescale P1022DS BSP, with modifications:
42 * Board-specific initialization of the DIU. This code should probably be
46 * This is especially problematic on the P1022DS because the local bus (eLBC)
77 * Note that we need to byte-swap the value before it's written to the AD
140 * If we only have 32-bit addressing, then the BRx address *is* the in lbc_br_to_phys()
181 guts_node = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); in p1022ds_set_monitor_port()
183 pr_err("p1022ds: missing global utilities device node\n"); in p1022ds_set_monitor_port()
189 pr_err("p1022ds: could not map global utilities device\n"); in p1022ds_set_monitor_port()
193 lbc_node = of_find_compatible_node(NULL, NULL, "fsl,p1022-elbc"); in p1022ds_set_monitor_port()
[all …]
/linux-6.12.1/arch/powerpc/boot/dts/fsl/
Dp1022ds.dtsi2 * P1022 DS Device Tree Source stub (no addresses or top-level ranges)
37 #address-cells = <1>;
38 #size-cells = <1>;
39 compatible = "cfi-flash";
41 bank-width = <2>;
42 device-width = <1>;
46 label = "ramdisk-nor";
47 read-only;
52 label = "diagnostic-nor";
53 read-only;
[all …]