Home
last modified time | relevance | path

Searched full:calxeda (Results 1 – 25 of 97) sorted by relevance

1234

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/ata/
Dsata_highbank.txt1 * Calxeda AHCI SATA Controller
4 The Calxeda SATA controller mostly conforms to the AHCI interface
9 - compatible : compatible list, contains "calxeda,hb-ahci"
15 - calxeda,port-phys : phandle-combophy and lane assignment, which maps each
18 - calxeda,sgpio-gpio: phandle-gpio bank, bit offset, and default on or off,
21 - calxeda,led-order : a u32 array that map port numbers to offsets within the
23 - calxeda,tx-atten : a u32 array that contains TX attenuation override
26 - calxeda,pre-clocks : a u32 that indicates the number of additional clock
28 - calxeda,post-clocks: a u32 that indicates the number of additional clock
33 compatible = "calxeda,hb-ahci";
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/
Dsata_highbank.yaml7 title: Calxeda AHCI SATA Controller
10 The Calxeda SATA controller mostly conforms to the AHCI interface
19 const: calxeda,hb-ahci
29 calxeda,pre-clocks:
35 calxeda,post-clocks:
41 calxeda,led-order:
47 calxeda,port-phys:
55 calxeda,tx-atten:
63 calxeda,sgpio-gpio:
79 compatible = "calxeda,hb-ahci";
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dcalxeda.yaml4 $id: http://devicetree.org/schemas/clock/calxeda.yaml#
7 title: Device Tree Clock bindings for Calxeda highbank platform
10 This binding covers the Calxeda SoC internal peripheral and bus clocks
24 - calxeda,hb-pll-clock
25 - calxeda,hb-a9periph-clock
26 - calxeda,hb-a9bus-clock
27 - calxeda,hb-emmc-clock
46 compatible = "calxeda,hb-sregs";
61 compatible = "calxeda,hb-pll-clock";
68 compatible = "calxeda,hb-pll-clock";
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Decx-common.dtsi3 * Copyright 2011-2012 Calxeda, Inc.
26 compatible = "calxeda,hb-ahci";
30 calxeda,port-phys = < &combophy5 0>, <&combophy0 0>,
33 calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>,
35 calxeda,led-order = <4 0 1 2 3>;
39 compatible = "calxeda,hb-sdhci";
132 compatible = "calxeda,hb-sregs";
147 compatible = "calxeda,hb-pll-clock";
154 compatible = "calxeda,hb-pll-clock";
161 compatible = "calxeda,hb-a9periph-clock";
[all …]
Dhighbank.dts3 * Copyright 2011-2012 Calxeda, Inc.
12 model = "Calxeda Highbank";
13 compatible = "calxeda,highbank";
108 compatible = "calxeda,hb-ddr-ctrl";
150 compatible = "calxeda,hb-sregs-l2-ecc";
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Decx-common.dtsi2 * Copyright 2011-2012 Calxeda, Inc.
37 compatible = "calxeda,hb-ahci";
41 calxeda,port-phys = <&combophy5 0 &combophy0 0
44 calxeda,sgpio-gpio =<&gpioh 5 1 &gpioh 6 1 &gpioh 7 1>;
45 calxeda,led-order = <4 0 1 2 3>;
49 compatible = "calxeda,hb-sdhci";
142 compatible = "calxeda,hb-sregs";
157 compatible = "calxeda,hb-pll-clock";
164 compatible = "calxeda,hb-pll-clock";
171 compatible = "calxeda,hb-a9periph-clock";
[all …]
Dhighbank.dts2 * Copyright 2011-2012 Calxeda, Inc.
23 model = "Calxeda Highbank";
24 compatible = "calxeda,highbank";
120 compatible = "calxeda,hb-ddr-ctrl";
164 compatible = "calxeda,hb-sregs-l2-ecc";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Dcalxeda-ddr-ctrlr.yaml4 $id: http://devicetree.org/schemas/memory-controllers/calxeda-ddr-ctrlr.yaml#
7 title: Calxeda DDR memory controller binding
10 The Calxeda DDR memory controller is initialised and programmed by the
20 - calxeda,hb-ddr-ctrl
21 - calxeda,ecx-2000-ddr-ctrl
39 compatible = "calxeda,hb-ddr-ctrl";
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/
Dcalxeda.txt1 Calxeda Platforms Device Tree Bindings
4 Boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC shall have the
8 - compatible = "calxeda,highbank";
11 Boards with Calxeda Cortex-A15 based ECX-2000 SOC shall have the following
15 - compatible = "calxeda,ecx-2000";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dcalxeda.yaml4 $id: http://devicetree.org/schemas/arm/calxeda.yaml#
7 title: Calxeda Platforms Device Tree Bindings
12 Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC
21 - calxeda,highbank
22 - calxeda,ecx-2000
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/
Dcalxeda.txt1 Device Tree Clock bindings for Calxeda highbank platform
9 "calxeda,hb-pll-clock" - for a PLL clock
10 "calxeda,hb-a9periph-clock" - The A9 peripheral clock divided from the
12 "calxeda,hb-a9bus-clock" - The A9 bus clock divided from the A9 clock.
13 "calxeda,hb-emmc-clock" - Divided clock for MMC/SD controller.
/kernel/linux/linux-5.10/drivers/cpufreq/
Dhighbank-cpufreq.c3 * Copyright (C) 2012 Calxeda, Inc.
66 if ((!of_machine_is_compatible("calxeda,highbank")) && in hb_cpufreq_driver_init()
67 (!of_machine_is_compatible("calxeda,ecx-2000"))) in hb_cpufreq_driver_init()
105 { .compatible = "calxeda,highbank" },
106 { .compatible = "calxeda,ecx-2000" },
111 MODULE_AUTHOR("Mark Langsdorf <mark.langsdorf@calxeda.com>");
112 MODULE_DESCRIPTION("Calxeda Highbank cpufreq driver");
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/calxeda/
Dl2ecc.yaml4 $id: http://devicetree.org/schemas/arm/calxeda/l2ecc.yaml#
7 title: Calxeda Highbank L2 cache ECC
10 Binding for the Calxeda Highbank L2 cache controller ECC device.
19 const: "calxeda,hb-sregs-l2-ecc"
39 compatible = "calxeda,hb-sregs-l2-ecc";
Dhb-sregs.yaml4 $id: http://devicetree.org/schemas/arm/calxeda/hb-sregs.yaml#
7 title: Calxeda Highbank system registers
10 The Calxeda Highbank system has a block of MMIO registers controlling
19 const: calxeda,hb-sregs
36 compatible = "calxeda,hb-sregs";
/kernel/linux/linux-5.10/arch/arm/mach-highbank/
Dhighbank.c3 * Copyright 2010-2011 Calxeda, Inc.
78 if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci")) in highbank_platform_notifier()
80 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci")) in highbank_platform_notifier()
84 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-xgmac")) { in highbank_platform_notifier()
116 .name = "cpuidle-calxeda",
142 np = of_find_compatible_node(NULL, NULL, "calxeda,hb-sregs"); in highbank_init()
159 "calxeda,highbank",
160 "calxeda,ecx-2000",
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dcalxeda-combophy.yaml4 $id: http://devicetree.org/schemas/phy/calxeda-combophy.yaml#
7 title: Calxeda Highbank Combination PHYs binding for SATA
10 The Calxeda Combination PHYs connect the SoC to the internal fabric
22 const: calxeda,hb-combophy
46 compatible = "calxeda,hb-combophy";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dcalxeda-xgmac.yaml4 $id: http://devicetree.org/schemas/net/calxeda-xgmac.yaml#
7 title: Calxeda Highbank 10Gb XGMAC Ethernet controller
10 The Calxeda XGMAC Ethernet controllers are directly connected to the
21 const: calxeda,hb-xgmac
46 compatible = "calxeda,hb-xgmac";
/kernel/linux/linux-4.19/arch/arm/mach-highbank/
Dhighbank.c2 * Copyright 2010-2011 Calxeda, Inc.
89 if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci")) in highbank_platform_notifier()
91 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci")) in highbank_platform_notifier()
95 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-xgmac")) { in highbank_platform_notifier()
127 .name = "cpuidle-calxeda",
153 np = of_find_compatible_node(NULL, NULL, "calxeda,hb-sregs"); in highbank_init()
170 "calxeda,highbank",
171 "calxeda,ecx-2000",
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/memory-controllers/
Dcalxeda-ddr-ctrlr.txt1 Calxeda DDR memory controller
5 - "calxeda,hb-ddr-ctrl" for ECX-1000
6 - "calxeda,ecx-2000-ddr-ctrl" for ECX-2000
13 compatible = "calxeda,hb-ddr-ctrl";
/kernel/linux/linux-5.10/drivers/vfio/platform/reset/
Dvfio_platform_calxedaxgmac.c3 * VFIO platform driver specialized for Calxeda xgmac reset
4 * reset code is inherited from calxeda xgmac native driver
6 * Copyright 2010-2011 Calxeda, Inc.
20 #define DRIVER_DESC "Reset support for Calxeda xgmac vfio platform device"
69 module_vfio_reset_handler("calxeda,hb-xgmac", vfio_platform_calxedaxgmac_reset);
/kernel/linux/linux-4.19/drivers/vfio/platform/reset/
Dvfio_platform_calxedaxgmac.c2 * VFIO platform driver specialized for Calxeda xgmac reset
3 * reset code is inherited from calxeda xgmac native driver
5 * Copyright 2010-2011 Calxeda, Inc.
31 #define DRIVER_DESC "Reset support for Calxeda xgmac vfio platform device"
80 module_vfio_reset_handler("calxeda,hb-xgmac", vfio_platform_calxedaxgmac_reset);
/kernel/linux/linux-4.19/drivers/cpufreq/
Dhighbank-cpufreq.c2 * Copyright (C) 2012 Calxeda, Inc.
69 if ((!of_machine_is_compatible("calxeda,highbank")) && in hb_cpufreq_driver_init()
70 (!of_machine_is_compatible("calxeda,ecx-2000"))) in hb_cpufreq_driver_init()
107 MODULE_AUTHOR("Mark Langsdorf <mark.langsdorf@calxeda.com>");
108 MODULE_DESCRIPTION("Calxeda Highbank cpufreq driver");
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/calxeda/
Dl2ecc.txt1 Calxeda Highbank L2 cache ECC
4 - compatible : Should be "calxeda,hb-sregs-l2-ecc"
12 compatible = "calxeda,hb-sregs-l2-ecc";
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/phy/
Dcalxeda-combophy.txt1 Calxeda Highbank Combination Phys for SATA
4 - compatible : Should be "calxeda,hb-combophy"
12 compatible = "calxeda,hb-combophy";
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/
Dcalxeda-xgmac.txt1 * Calxeda Highbank 10Gb XGMAC Ethernet
4 - compatible : Should be "calxeda,hb-xgmac"
15 compatible = "calxeda,hb-xgmac";

1234