Searched full:jcore (Results 1 – 12 of 12) sorted by relevance
/linux/arch/sh/boot/dts/ |
H A D | j2_mimas_v2.dts | 5 compatible = "jcore,j2-soc"; 19 compatible = "jcore,j2"; 51 compatible = "jcore,aic1"; 58 compatible = "jcore,cache"; 63 compatible = "jcore,pit"; 69 compatible = "jcore,spi2";
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | jcore,aic.yaml | 5 $id: http://devicetree.org/schemas/interrupt-controller/jcore,aic.yaml# 16 - jcore,aic1 17 - jcore,aic2 39 compatible = "jcore,aic2";
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | jcore,pit.yaml | 4 $id: http://devicetree.org/schemas/jcore,pit.yaml# 14 const: jcore,pit 40 compatible = "jcore,pit";
|
/linux/drivers/irqchip/ |
H A D | irq-jcore-aic.c | 76 if (of_device_is_compatible(node, "jcore,aic1")) { in aic_irq_of_init() 118 IRQCHIP_DECLARE(jcore_aic2, "jcore,aic2", aic_irq_of_init); 119 IRQCHIP_DECLARE(jcore_aic1, "jcore,aic1", aic_irq_of_init);
|
/linux/arch/sh/kernel/cpu/sh2/ |
H A D | smp-j2.c | 48 np = of_find_compatible_node(NULL, NULL, "jcore,ipi-controller"); in j2_prepare_cpus() 57 np = of_find_compatible_node(NULL, NULL, "jcore,cpuid-mmio"); in j2_prepare_cpus() 136 CPU_METHOD_OF_DECLARE(j2_cpu_method, "jcore,spin-table", &j2_smp_ops);
|
H A D | probe.c | 21 if (!of_flat_dt_is_compatible(node, "jcore,cache")) in scan_cache()
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | jcore,spi.txt | 5 - compatible: Must be "jcore,spi2". 27 compatible = "jcore,spi2";
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | vexpress.txt | 22 label = "A15 Jcore";
|
/linux/drivers/clocksource/ |
H A D | jcore-pit.c | 252 "clockevents/jcore:starting", in jcore_pit_init() 258 TIMER_OF_DECLARE(jcore_pit, "jcore,pit", jcore_pit_init);
|
H A D | Makefile | 10 obj-$(CONFIG_CLKSRC_JCORE_PIT) += jcore-pit.o
|
/linux/arch/arm/boot/dts/arm/ |
H A D | vexpress-v2p-ca15_a7.dts | 398 label = "A15 Jcore"; 405 label = "A7 Jcore";
|
/linux/drivers/spi/ |
H A D | spi-jcore.c | 217 { .compatible = "jcore,spi2" },
|