Searched full:rtd1295 (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.14.4/arch/arm64/boot/dts/realtek/ |
D | Makefile | 5 dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-mele-v9.dtb 6 dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-probox2-ava.dtb 7 dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-xnano-x5.dtb 8 dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-zidoo-x9s.dtb
|
D | rtd1295-mele-v9.dts | 9 #include "rtd1295.dtsi" 12 compatible = "mele,v9", "realtek,rtd1295";
|
D | rtd1295-probox2-ava.dts | 9 #include "rtd1295.dtsi" 12 compatible = "probox2,ava", "realtek,rtd1295";
|
D | rtd1295-xnano-x5.dts | 8 #include "rtd1295.dtsi" 11 compatible = "xnano,x5", "realtek,rtd1295";
|
D | rtd1295-zidoo-x9s.dts | 8 #include "rtd1295.dtsi" 11 compatible = "zidoo,x9s", "realtek,rtd1295";
|
D | rtd1295.dtsi | 3 * Realtek RTD1295 SoC 11 compatible = "realtek,rtd1295";
|
D | rtd129x.dtsi | 3 * Realtek RTD1293/RTD1295/RTD1296 SoC 13 #include <dt-bindings/reset/realtek,rtd1295.h> 159 compatible = "realtek,rtd1295-watchdog";
|
D | rtd139x.dtsi | 12 #include <dt-bindings/reset/realtek,rtd1295.h> 157 compatible = "realtek,rtd1295-watchdog";
|
/linux-6.14.4/Documentation/devicetree/bindings/watchdog/ |
D | realtek,rtd1295-watchdog.yaml | 4 $id: http://devicetree.org/schemas/watchdog/realtek,rtd1295-watchdog.yaml# 7 title: Realtek RTD1295 Watchdog 17 const: realtek,rtd1295-watchdog 35 compatible = "realtek,rtd1295-watchdog";
|
/linux-6.14.4/Documentation/devicetree/bindings/rtc/ |
D | realtek,rtd119x.txt | 5 - compatible : Should be "realtek,rtd1295-rtc" 13 compatible = "realtek,rtd1295-clk";
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/ |
D | realtek.yaml | 30 # RTD1295 SoC based boards 37 - const: realtek,rtd1295
|
/linux-6.14.4/Documentation/devicetree/bindings/gpio/ |
D | realtek,rtd-gpio.yaml | 20 - realtek,rtd1295-misc-gpio 21 - realtek,rtd1295-iso-gpio
|
/linux-6.14.4/Documentation/devicetree/bindings/phy/ |
D | realtek,usb3phy.yaml | 19 RTD1295/RTD1619 SoCs USB 48 - realtek,rtd1295-usb3phy
|
D | realtek,usb2phy.yaml | 19 RTD1295/RTD1619 SoCs USB 63 - realtek,rtd1295-usb2phy
|
/linux-6.14.4/drivers/watchdog/ |
D | rtd119x_wdt.c | 93 { .compatible = "realtek,rtd1295-watchdog" }, 135 .name = "rtd1295-watchdog",
|
/linux-6.14.4/drivers/rtc/ |
D | rtc-rtd119x.c | 162 { .compatible = "realtek,rtd1295-rtc" }, 233 .name = "rtd1295-rtc",
|
/linux-6.14.4/Documentation/devicetree/bindings/usb/ |
D | realtek,rtd-dwc3.yaml | 21 - realtek,rtd1295-dwc3
|
D | realtek,rtd-type-c.yaml | 20 - realtek,rtd1295-type-c
|
/linux-6.14.4/include/dt-bindings/reset/ |
D | realtek,rtd1295.h | 3 * Realtek RTD1295 reset controllers
|
/linux-6.14.4/Documentation/devicetree/bindings/gpu/ |
D | arm,mali-midgard.yaml | 32 - realtek,rtd1295-mali
|
/linux-6.14.4/arch/arm/boot/dts/realtek/ |
D | rtd1195.dtsi | 191 compatible = "realtek,rtd1295-watchdog";
|
/linux-6.14.4/arch/arm64/ |
D | Kconfig.platforms | 281 like the RTD1295.
|
/linux-6.14.4/drivers/gpio/ |
D | gpio-rtd.c | 585 { .compatible = "realtek,rtd1295-misc-gpio", .data = &rtd1295_misc_gpio_info }, 586 { .compatible = "realtek,rtd1295-iso-gpio", .data = &rtd1295_iso_gpio_info },
|
/linux-6.14.4/drivers/extcon/ |
D | extcon-rtk-type-c.c | 62 /* rd control GPIO only for rtd1295 */ 143 * Realtek Kylin rtd1295 1706 { .compatible = "realtek,rtd1295-type-c", .data = &rtd1295_type_c_cfg },
|
/linux-6.14.4/drivers/phy/realtek/ |
D | phy-rtk-usb3.c | 728 { .compatible = "realtek,rtd1295-usb3phy", .data = &rtd1295_phy_cfg },
|
12