Home
last modified time | relevance | path

Searched full:hix5hd2 (Results 1 – 18 of 18) sorted by relevance

/linux/arch/arm/boot/dts/hisilicon/
H A Dhisi-x5hd2.dtsi7 #include <dt-bindings/clock/hix5hd2-clock.h>
413 compatible = "hisilicon,hix5hd2-clock";
439 compatible = "hisilicon,hix5hd2-gmac", "hisilicon,hisi-gmac-v1";
448 compatible = "hisilicon,hix5hd2-gmac", "hisilicon,hisi-gmac-v1";
476 compatible = "hisilicon,hix5hd2-sata-phy";
491 compatible = "hisilicon,hix5hd2-ir";
499 compatible = "hisilicon,hix5hd2-i2c";
509 compatible = "hisilicon,hix5hd2-i2c";
519 compatible = "hisilicon,hix5hd2-i2c";
529 compatible = "hisilicon,hix5hd2-i2c";
[all …]
H A Dhisi-x5hd2-dkb.dts11 model = "Hisilicon HIX5HD2 Development Board";
12 compatible = "hisilicon,hix5hd2";
21 enable-method = "hisilicon,hix5hd2-smp";
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-hix5hd2.txt1 I2C for Hisilicon hix5hd2 chipset platform
4 - compatible: Must be "hisilicon,hix5hd2-i2c"
18 compatible = "hisilicon,hix5hd2-i2c";
/linux/Documentation/devicetree/bindings/phy/
H A Dhix5hd2-phy.txt1 Hisilicon hix5hd2 SATA PHY
5 - compatible: should be "hisilicon,hix5hd2-sata-phy"
17 compatible = "hisilicon,hix5hd2-sata-phy";
/linux/Documentation/devicetree/bindings/media/
H A Dhix5hd2-ir.txt1 Device-Tree bindings for hix5hd2 ir IP
4 - compatible: Should contain "hisilicon,hix5hd2-ir", or:
21 compatible = "hisilicon,hix5hd2-ir";
/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/
H A Dcpuctrl.yaml14 in CPU controller, especially in HIX5HD2 SoC.
39 const: hisilicon,hix5hd2-clock
69 compatible = "hisilicon,hix5hd2-clock";
/linux/drivers/phy/hisilicon/
H A Dphy-hix5hd2-sata.c171 {.compatible = "hisilicon,hix5hd2-sata-phy",},
179 .name = "hix5hd2-sata-phy",
186 MODULE_DESCRIPTION("HISILICON HIX5HD2 SATA PHY driver");
187 MODULE_ALIAS("platform:hix5hd2-sata-phy");
H A DKconfig66 tristate "HIX5HD2 SATA PHY Driver"
71 Support for SATA PHY on Hisilicon hix5hd2 Soc.
H A DMakefile8 obj-$(CONFIG_PHY_HIX5HD2_SATA) += phy-hix5hd2-sata.o
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hix5hd2-gmac.txt1 Hisilicon hix5hd2 gmac controller
5 * "hisilicon,hix5hd2-gmac"
11 The version v1 includes SoCs hix5hd2.
/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3798cv200.dtsi275 compatible = "hisilicon,hix5hd2-i2c";
286 compatible = "hisilicon,hix5hd2-i2c";
297 compatible = "hisilicon,hix5hd2-i2c";
308 compatible = "hisilicon,hix5hd2-i2c";
319 compatible = "hisilicon,hix5hd2-i2c";
591 compatible = "hisilicon,hix5hd2-ir";
/linux/arch/arm/mach-hisi/
H A DKconfig56 Support for Hisilicon HIX5HD2 SoC family
H A Dplatsmp.c186 CPU_METHOD_OF_DECLARE(hix5hd2_smp, "hisilicon,hix5hd2-smp", &hix5hd2_smp_ops);
/linux/drivers/clk/hisilicon/
H A DMakefile10 obj-$(CONFIG_ARCH_HIX5HD2) += clk-hix5hd2.o
H A Dclk-hix5hd2.c8 #include <dt-bindings/clock/hix5hd2-clock.h>
319 CLK_OF_DECLARE(hix5hd2_clk, "hisilicon,hix5hd2-clock", hix5hd2_clk_init);
/linux/drivers/media/rc/
H A DMakefile32 obj-$(CONFIG_IR_HIX5HD2) += ir-hix5hd2.o
/linux/drivers/i2c/busses/
H A DKconfig103 tristate "Hix5hd2 high-speed I2C driver"
107 used in HiSilicon hix5hd2 SoCs.
110 will be called i2c-hix5hd2.
H A DMakefile70 obj-$(CONFIG_I2C_HIX5HD2) += i2c-hix5hd2.o