/linux-6.12.1/Documentation/devicetree/bindings/clock/ ! |
D | hi6220-clock.txt | 1 * Hisilicon Hi6220 Clock Controller 3 Clock control registers reside in different Hi6220 system controllers, 14 - "hisilicon,hi6220-acpu-sctrl" 15 - "hisilicon,hi6220-aoctrl" 16 - "hisilicon,hi6220-sysctrl" 17 - "hisilicon,hi6220-mediactrl" 18 - "hisilicon,hi6220-pmctrl" 19 - "hisilicon,hi6220-stub-clk" 28 - hisilicon,hi6220-clk-sram: phandle to the syscon managing the SoC internal sram; 36 compatible = "hisilicon,hi6220-sysctrl", "syscon"; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/hisilicon/controller/ ! |
D | hi6220-domain-ctrl.yaml | 4 $id: http://devicetree.org/schemas/arm/hisilicon/controller/hi6220-domain-ctrl.yaml# 7 title: Hisilicon Hi6220 domain controller 19 Power Always ON domain controller --> hisilicon,hi6220-aoctrl 20 Media domain controller --> hisilicon,hi6220-mediactrl 21 Power Management domain controller --> hisilicon,hi6220-pmctrl 27 - hisilicon,hi6220-aoctrl 28 - hisilicon,hi6220-mediactrl 29 - hisilicon,hi6220-pmctrl 51 compatible = "hisilicon,hi6220-aoctrl", "syscon"; 58 compatible = "hisilicon,hi6220-mediactrl", "syscon"; [all …]
|
D | sysctrl.yaml | 17 Hi3519, Hi6220 system controller, each of them is mostly compatible with the 25 Hi6220 system controller --> hisilicon,hi6220-sysctrl 33 const: hisilicon,hi6220-sysctrl 44 - hisilicon,hi6220-sysctrl 137 /* Hi6220 system controller */ 139 compatible = "hisilicon,hi6220-sysctrl", "syscon";
|
/linux-6.12.1/Documentation/devicetree/bindings/mailbox/ ! |
D | hisilicon,hi6220-mailbox.txt | 1 Hisilicon Hi6220 Mailbox Driver 4 Hisilicon Hi6220 mailbox supports up to 32 channels. Each channel 14 - compatible: Shall be "hisilicon,hi6220-mbox" 34 - hi6220,mbox-tx-noirq: Property of MCU firmware's feature, so mailbox driver 43 compatible = "hisilicon,hi6220-mbox"; 69 compatible = "hisilicon,hi6220-stub-clk"; 70 hisilicon,hi6220-clk-sram = <&sram>;
|
/linux-6.12.1/drivers/clk/hisilicon/ ! |
D | Kconfig | 49 bool "Hi6220 Clock Driver" 53 Build the Hisilicon Hi6220 clock driver based on the common clock framework. 63 bool "Hi6220 Stub Clock Driver" if EXPERT 68 Build the Hisilicon Hi6220 stub clock driver.
|
D | Makefile | 6 obj-y += clk.o clkgate-separated.o clkdivider-hi6220.o clk-hisi-phase.o 17 obj-$(CONFIG_COMMON_CLK_HI6220) += clk-hi6220.o 19 obj-$(CONFIG_STUB_CLK_HI6220) += clk-hi6220-stub.o
|
D | clk-hi6220-stub.c | 3 * Hi6220 stub clock driver 207 "hisilicon,hi6220-clk-sram"); in hi6220_stub_clk_probe() 256 { .compatible = "hisilicon,hi6220-stub-clk", }, 262 .name = "hi6220-stub-clk",
|
D | clk-hi6220.c | 3 * Hisilicon Hi6220 clock driver 16 #include <dt-bindings/clock/hi6220-clock.h> 87 CLK_OF_DECLARE_DRIVER(hi6220_clk_ao, "hisilicon,hi6220-aoctrl", hi6220_clk_ao_init); 194 CLK_OF_DECLARE_DRIVER(hi6220_clk_sys, "hisilicon,hi6220-sysctrl", hi6220_clk_sys_init); 251 CLK_OF_DECLARE_DRIVER(hi6220_clk_media, "hisilicon,hi6220-mediactrl", hi6220_clk_media_init); 282 CLK_OF_DECLARE(hi6220_clk_power, "hisilicon,hi6220-pmctrl", hi6220_clk_power_init); 304 CLK_OF_DECLARE(hi6220_clk_acpu, "hisilicon,hi6220-acpu-sctrl", hi6220_clk_acpu_init);
|
D | clkdivider-hi6220.c | 3 * Hisilicon hi6220 SoC divider clock driver 22 * struct hi6220_clk_divider - divider clock for hi6220
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ ! |
D | hisilicon,hi655x.txt | 3 The hardware layout for access PMIC Hi655x from AP SoC Hi6220. 4 Between PMIC Hi655x and Hi6220, the physical signal channel is SSI. 9 | Hi6220 | SSI bus | Hi655x | 16 - reg: Base address of PMIC on Hi6220 SoC.
|
/linux-6.12.1/include/dt-bindings/clock/ ! |
D | hi6220-clock.h | 11 /* clk in Hi6220 AO (always on) controller */ 59 /* clk in Hi6220 systrl */ 129 /* clk in Hi6220 media controller */ 161 /* clk in Hi6220 power controller */ 175 /* clk in Hi6220 acpu sctrl */
|
/linux-6.12.1/drivers/reset/hisilicon/ ! |
D | hi6220_reset.c | 3 * Hisilicon Hi6220 reset controller driver 192 .compatible = "hisilicon,hi6220-sysctrl", 196 .compatible = "hisilicon,hi6220-mediactrl", 200 .compatible = "hisilicon,hi6220-aoctrl", 210 .name = "reset-hi6220", 222 MODULE_DESCRIPTION("Hisilicon Hi6220 reset controller driver");
|
D | Kconfig | 10 tristate "Hi6220 Reset Driver" 14 Build the Hisilicon Hi6220 reset driver.
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ ! |
D | phy-hi6220-usb.txt | 1 Hisilicon hi6220 usb PHY 5 - compatible: should be "hisilicon,hi6220-usb-phy" 12 compatible = "hisilicon,hi6220-usb-phy";
|
/linux-6.12.1/arch/arm64/boot/dts/hisilicon/ ! |
D | hi6220.dtsi | 3 * dts file for Hisilicon Hi6220 SoC 9 #include <dt-bindings/reset/hisi,hi6220-resets.h> 10 #include <dt-bindings/clock/hi6220-clock.h> 15 compatible = "hisilicon,hi6220"; 259 compatible = "hisilicon,hi6220-sramctrl", "syscon"; 264 compatible = "hisilicon,hi6220-aoctrl", "syscon"; 271 compatible = "hisilicon,hi6220-sysctrl", "syscon"; 278 compatible = "hisilicon,hi6220-mediactrl", "syscon"; 285 compatible = "hisilicon,hi6220-pmctrl", "syscon"; 291 compatible = "hisilicon,hi6220-acpu-sctrl", "syscon"; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/mmc/ ! |
D | k3-dw-mshc.txt | 19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions. 52 /* for Hi6220 */ 55 compatible = "hisilicon,hi6220-dw-mshc";
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/hisilicon/ ! |
D | hisilicon.yaml | 37 - description: Hi6220 based boards. 39 - const: hisilicon,hi6220-hikey 40 - const: hisilicon,hi6220
|
/linux-6.12.1/Documentation/devicetree/bindings/display/hisilicon/ ! |
D | dw-dsi.txt | 7 - compatible: value should be "hisilicon,hi6220-dsi". 17 A example of HiKey board hi6220 SoC and board specific DT entry: 22 compatible = "hisilicon,hi6220-dsi";
|
D | hisi-ade.txt | 8 - compatible: value should be "hisilicon,hi6220-ade". 35 A example of HiKey board hi6220 SoC specific DT entry: 39 compatible = "hisilicon,hi6220-ade";
|
/linux-6.12.1/drivers/phy/hisilicon/ ! |
D | phy-hi6220-usb.c | 149 {.compatible = "hisilicon,hi6220-usb-phy",}, 157 .name = "hi6220-usb-phy", 163 MODULE_DESCRIPTION("HISILICON HI6220 USB PHY driver"); 164 MODULE_ALIAS("platform:hi6220-usb-phy");
|
D | Kconfig | 6 tristate "hi6220 USB PHY support" 12 Enable this to support the HISILICON HI6220 USB PHY.
|
/linux-6.12.1/drivers/mailbox/ ! |
D | hi6220-mailbox.c | 3 * Hisilicon's Hi6220 mailbox driver 258 { .compatible = "hisilicon,hi6220-mbox", }, 329 mbox->tx_irq_mode = !of_property_read_bool(node, "hi6220,mbox-tx-noirq"); in hi6220_mbox_probe() 351 .name = "hi6220-mbox", 370 MODULE_DESCRIPTION("Hi6220 mailbox driver");
|
D | Kconfig | 151 tristate "Hi6220 Mailbox" if EXPERT 156 An implementation of the hi6220 mailbox. It is used to send message 158 build Hi6220 mailbox controller driver.
|
/linux-6.12.1/Documentation/devicetree/bindings/gpu/ ! |
D | arm,mali-utgard.yaml | 46 - hisilicon,hi6220-mali 143 - hisilicon,hi6220-mali
|
/linux-6.12.1/drivers/gpu/drm/hisilicon/kirin/ ! |
D | Kconfig | 9 Choose this option if you have a hisilicon Kirin chipsets(hi6220).
|