Home
last modified time | relevance | path

Searched full:mstar (Results 1 – 25 of 63) sorted by relevance

123

/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dmstar,mst-intc.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/mstar,mst-intc.yaml#
7 title: MStar Interrupt Controller
13 MStar, SigmaStar and Mediatek TV SoCs contain multiple legacy
21 const: mstar,mst-intc
33 mstar,irqs-map-range:
36 lines that are hardwired to mstar interrupt controller.
42 mstar,intc-no-eoi:
50 - mstar,irqs-map-range
57 compatible = "mstar,mst-intc";
62 mstar,irqs-map-range = <0 63>;
/linux-6.12.1/arch/arm/boot/dts/sigmastar/
DMakefile3 mstar-infinity-msc313-breadbee_crust.dtb \
4 mstar-infinity2m-ssd202d-100ask-dongshanpione.dtb \
5 mstar-infinity2m-ssd202d-miyoo-mini.dtb \
6 mstar-infinity2m-ssd202d-wirelesstag-ido-sbc2d06-v1b-22w.dtb \
7 mstar-infinity2m-ssd202d-ssd201htv2.dtb \
8 mstar-infinity2m-ssd202d-unitv2.dtb \
9 mstar-infinity3-msc313e-breadbee.dtb \
10 mstar-mercury5-ssc8336n-midrived08.dtb
Dmstar-v7.dtsi9 #include <dt-bindings/clock/mstar-msc313-mpll.h>
104 compatible = "mstar,msc313-pmsleep", "syscon";
116 compatible = "mstar,msc313-rtc";
123 compatible = "mstar,msc313e-wdt";
130 compatible = "mstar,mst-intc";
135 mstar,irqs-map-range = <96 127>;
139 compatible = "mstar,mst-intc";
144 mstar,irqs-map-range = <32 95>;
145 mstar,intc-no-eoi;
149 compatible = "mstar,l3bridge";
[all …]
Dmstar-infinity-msc313-breadbee_crust.dts8 #include "mstar-infinity-msc313.dtsi"
9 #include "mstar-infinity-breadbee-common.dtsi"
13 compatible = "thingyjp,breadbee-crust", "mstar,infinity";
Dmstar-infinity3-msc313e-breadbee.dts8 #include "mstar-infinity3-msc313e.dtsi"
9 #include "mstar-infinity-breadbee-common.dtsi"
13 compatible = "thingyjp,breadbee", "mstar,infinity3";
Dmstar-infinity2m-ssd202d-wirelesstag-ido-som2d01.dtsi9 #include "mstar-infinity2m-ssd202d.dtsi"
10 #include "mstar-infinity2m-ssd201-som2d01.dtsi"
14 compatible = "wirelesstag,ido-som2d01", "mstar,infinity2m";
Dmstar-infinity2m-ssd20xd.dtsi7 #include "mstar-infinity2m.dtsi"
15 compatible = "sstar,ssd201-smpctrl", "mstar,smpctrl";
Dmstar-infinity2m-ssd202d-unitv2.dts8 #include "mstar-infinity2m-ssd202d.dtsi"
12 compatible = "m5stack,unitv2", "mstar,infinity2m";
Dmstar-infinity2m-ssd202d-ssd201htv2.dts8 #include "mstar-infinity2m-ssd202d.dtsi"
12 compatible = "honestar,ssd201htv2", "mstar,infinity2m";
Dmstar-mercury5-ssc8336n-midrived08.dts8 #include "mstar-mercury5-ssc8336n.dtsi"
12 compatible = "70mai,midrived08", "mstar,mercury5";
Dmstar-infinity2m-ssd202d-100ask-dongshanpione.dts8 #include "mstar-infinity2m-ssd202d.dtsi"
12 compatible = "100ask,dongshanpione", "mstar,infinity2m";
/linux-6.12.1/Documentation/devicetree/bindings/arm/mstar/
Dmstar.yaml4 $id: http://devicetree.org/schemas/arm/mstar/mstar.yaml#
7 title: MStar platforms
21 - const: mstar,infinity
32 - const: mstar,infinity2m
38 - const: mstar,infinity3
44 - const: mstar,mercury5
Dmstar,smpctrl.yaml5 $id: http://devicetree.org/schemas/arm/mstar/mstar,smpctrl.yaml#
8 title: MStar/SigmaStar Armv7 SoC SMP control registers
14 MStar/SigmaStar's Armv7 SoCs that have more than one processor
24 - const: mstar,smpctrl
38 compatible = "sstar,ssd201-smpctrl", "mstar,smpctrl";
Dmstar,l3bridge.yaml5 $id: http://devicetree.org/schemas/arm/mstar/mstar,l3bridge.yaml#
8 title: MStar/SigmaStar Armv7 SoC l3bridge
14 MStar/SigmaStar's Armv7 SoCs have a pipeline in the interface
28 - const: mstar,l3bridge
42 compatible = "mstar,l3bridge";
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dmstar,msc313-cpupll.yaml4 $id: http://devicetree.org/schemas/clock/mstar,msc313-cpupll.yaml#
7 title: MStar/Sigmastar MSC313 CPU PLL
13 The MStar/SigmaStar MSC313 and later ARMv7 chips have a scalable
18 const: mstar,msc313-cpupll
39 #include <dt-bindings/clock/mstar-msc313-mpll.h>
41 compatible = "mstar,msc313-cpupll";
Dmstar,msc313-mpll.yaml4 $id: http://devicetree.org/schemas/clock/mstar,msc313-mpll.yaml#
7 title: MStar/Sigmastar MSC313 MPLL
13 The MStar/SigmaStar MSC313 and later ARMv7 chips have an MPLL block that
20 const: mstar,msc313-mpll
42 compatible = "mstar,msc313-mpll";
/linux-6.12.1/arch/arm/mach-mstar/
Dmstarv7.c3 * Device Tree support for MStar/Sigmastar Armv7 SoCs
44 "mstar,infinity",
45 "mstar,infinity2m",
46 "mstar,infinity3",
47 "mstar,mercury5",
87 np = of_find_compatible_node(NULL, NULL, "mstar,smpctrl"); in mstarv7_boot_secondary()
117 np = of_find_compatible_node(NULL, NULL, "mstar,l3bridge"); in mstarv7_init()
125 DT_MACHINE_START(MSTARV7_DT, "MStar/Sigmastar Armv7 (Device Tree)")
DKconfig2 bool "MStar/Sigmastar Armv7 SoC Support"
11 Support for newer MStar/Sigmastar SoC families that are
18 bool "MStar/Sigmastar infinity SoC support"
21 Support for MStar/Sigmastar infinity IP camera SoCs.
/linux-6.12.1/drivers/clk/mstar/
DKconfig3 bool "MStar CPUPLL driver"
7 Support for the CPU PLL present on MStar/Sigmastar SoCs.
10 bool "MStar MPLL driver"
16 MStar/Sigmastar SoCs.
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dmstar,msg2638.yaml4 $id: http://devicetree.org/schemas/input/touchscreen/mstar,msg2638.yaml#
7 title: MStar msg2638 touchscreen controller
18 - mstar,msg2138
19 - mstar,msg2638
61 compatible = "mstar,msg2638";
/linux-6.12.1/Documentation/devicetree/bindings/rtc/
Dmstar,ssd202d-rtc.yaml4 $id: http://devicetree.org/schemas/rtc/mstar,ssd202d-rtc.yaml#
7 title: Mstar SSD202D Real Time Clock
19 - mstar,ssd202d-rtc
32 compatible = "mstar,ssd202d-rtc";
Dmstar,msc313-rtc.yaml4 $id: http://devicetree.org/schemas/rtc/mstar,msc313-rtc.yaml#
7 title: Mstar MSC313e RTC
19 - mstar,msc313-rtc
44 compatible = "mstar,msc313-rtc";
/linux-6.12.1/Documentation/devicetree/bindings/watchdog/
Dmstar,msc313e-wdt.yaml4 $id: http://devicetree.org/schemas/watchdog/mstar,msc313e-wdt.yaml#
7 title: MStar Watchdog
19 - mstar,msc313e-wdt
37 compatible = "mstar,msc313e-wdt";
/linux-6.12.1/Documentation/devicetree/bindings/timer/
Dmstar,msc313e-timer.yaml4 $id: http://devicetree.org/schemas/timer/mstar,msc313e-timer.yaml#
7 title: Mstar MSC313e Timer
16 - mstar,msc313e-timer
41 compatible = "mstar,msc313e-timer";
/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dmstar,msc313-gpio.yaml4 $id: http://devicetree.org/schemas/gpio/mstar,msc313-gpio.yaml#
7 title: MStar/SigmaStar GPIO controller
18 - mstar,msc313-gpio
51 compatible = "mstar,msc313-gpio";

123