Home
last modified time | relevance | path

Searched +full:t1023 +full:- +full:sfp (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/nvmem/
H A Dfsl,t1023-sfp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/fsl,t1023-sfp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Richard Alpe <richard@bit42.se>
13 Read support for the eFuses (SFP) on NXP QorIQ series SoC's.
16 - $ref: nvmem.yaml#
20 const: fsl,t1023-sfp
26 - compatible
27 - reg
[all …]
/linux/arch/powerpc/boot/dts/fsl/
H A Dt1023si-post.dtsi2 * T1023 Silicon/SoC Device Tree Source (post include)
35 #include <dt-bindings/thermal/thermal.h>
38 compatible = "fsl,bman-fbpr";
39 alloc-ranges = <0 0 0x10000 0>;
43 compatible = "fsl,qman-fqd";
44 alloc-ranges = <0 0 0x10000 0>;
48 compatible = "fsl,qman-pfdr";
49 alloc-ranges = <0 0 0x10000 0>;
53 #address-cells = <2>;
54 #size-cells = <1>;
[all …]
/linux/drivers/nvmem/
H A Dqoriq-efuse.c1 // SPDX-License-Identifier: GPL-2.0
10 #include <linux/nvmem-provider.h>
23 __ioread32_copy(val, priv->base + offset, bytes / 4); in qoriq_efuse_read()
33 .dev = &pdev->dev, in qoriq_efuse_probe()
48 return -ENOMEM; in qoriq_efuse_probe()
50 priv->base = devm_platform_get_and_ioremap_resource(pdev, 0, &res); in qoriq_efuse_probe()
51 if (IS_ERR(priv->base)) in qoriq_efuse_probe()
52 return PTR_ERR(priv->base); in qoriq_efuse_probe()
62 { .compatible = "fsl,t1023-sfp", },
70 .name = "qoriq-efuse",
[all …]
/linux/drivers/soc/fsl/
H A Dguts.c1 // SPDX-License-Identifier: GPL-2.0-or-later
31 * Power Architecture-based SoCs T Series
49 /* Die: T1024, SoC: T1024/T1014/T1023/T1013 */
56 * ARM-based SoCs LS Series
110 while (matches->svr) { in fsl_soc_die_match()
111 if (matches->svr == (svr & matches->mask)) in fsl_soc_die_match()
145 .sfp_compat = "fsl,ls1028a-sfp",
154 { .compatible = "fsl,qoriq-device-config-1.0", },
155 { .compatible = "fsl,qoriq-device-config-2.0", },
156 { .compatible = "fsl,p1010-guts", },
[all …]