Searched +full:jz4760 +full:- +full:intc (Results  1 – 13 of 13) sorted by relevance
| /linux/Documentation/devicetree/bindings/interrupt-controller/ | 
| H A D | ingenic,intc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/interrupt-controller/ingenic,intc.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Paul Cercueil <paul@crapouillou.net>
 14     pattern: "^interrupt-controller@[0-9a-f]+$"
 18       - enum:
 19           - ingenic,jz4740-intc
 20           - ingenic,jz4760-intc
 21           - ingenic,jz4780-intc
 [all …]
 
 | 
| /linux/arch/mips/boot/dts/ingenic/ | 
| H A D | jz4770.dtsi | 1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/clock/ingenic,jz4770-cgu.h>
 3 #include <dt-bindings/clock/ingenic,tcu.h>
 6 	#address-cells = <1>;
 7 	#size-cells = <1>;
 11 		#address-cells = <1>;
 12 		#size-cells = <0>;
 16 			compatible = "ingenic,xburst-fpu1.0-mxu1.1";
 20 			clock-names = "cpu";
 24 	cpuintc: interrupt-controller {
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/rtc/ | 
| H A D | ingenic,rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Ingenic SoCs Real-Time Clock
 10   - Paul Cercueil <paul@crapouillou.net>
 13   - $ref: rtc.yaml#
 14   - if:
 20                 - ingenic,jz4770-rtc
 21                 - ingenic,jz4780-rtc
 24         "#clock-cells": false
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/display/ | 
| H A D | ingenic,ipu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Paul Cercueil <paul@crapouillou.net>
 15       - enum:
 16           - ingenic,jz4725b-ipu
 17           - ingenic,jz4760-ipu
 18       - items:
 19           - const: ingenic,jz4770-ipu
 20           - const: ingenic,jz4760-ipu
 [all …]
 
 | 
| H A D | ingenic,lcd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Paul Cercueil <paul@crapouillou.net>
 14     pattern: "^lcd-controller@[0-9a-f]+$"
 18       - ingenic,jz4740-lcd
 19       - ingenic,jz4725b-lcd
 20       - ingenic,jz4760-lcd
 21       - ingenic,jz4760b-lcd
 22       - ingenic,jz4770-lcd
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/mmc/ | 
| H A D | ingenic,mmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Paul Cercueil <paul@crapouillou.net>
 13   - $ref: mmc-controller.yaml#
 18       - enum:
 19           - ingenic,jz4740-mmc
 20           - ingenic,jz4725b-mmc
 21           - ingenic,jz4760-mmc
 22           - ingenic,jz4775-mmc
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/timer/ | 
| H A D | ingenic,tcu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 11   Documentation/arch/mips/ingenic-tcu.rst.
 14   - Paul Cercueil <paul@crapouillou.net>
 21           - ingenic,jz4740-tcu
 22           - ingenic,jz4725b-tcu
 23           - ingenic,jz4760-tcu
 24           - ingenic,jz4760b-tcu
 25           - ingenic,jz4770-tcu
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/dma/ | 
| H A D | ingenic,dma.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Paul Cercueil <paul@crapouillou.net>
 13   - $ref: dma-controller.yaml#
 18       - enum:
 19           - ingenic,jz4740-dma
 20           - ingenic,jz4725b-dma
 21           - ingenic,jz4755-dma
 22           - ingenic,jz4760-dma
 [all …]
 
 | 
| /linux/drivers/irqchip/ | 
| H A D | irq-ingenic.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later3  *  Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de>
 36 	struct ingenic_intc_data *intc = irq_get_handler_data(irq);  in intc_cascade()  local
 37 	struct irq_domain *domain = intc->domain;  in intc_cascade()
 42 	for (i = 0; i < intc->num_chips; i++) {  in intc_cascade()
 63 	struct ingenic_intc_data *intc;  in ingenic_intc_of_init()  local
 70 	intc = kzalloc(sizeof(*intc), GFP_KERNEL);  in ingenic_intc_of_init()
 71 	if (!intc) {  in ingenic_intc_of_init()
 72 		err = -ENOMEM;  in ingenic_intc_of_init()
 78 		err = -EINVAL;  in ingenic_intc_of_init()
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/serial/ | 
| H A D | ingenic,uart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Paul Cercueil <paul@crapouillou.net>
 13   - $ref: serial.yaml#
 17     pattern: "^serial@[0-9a-f]+$"
 21       - enum:
 22           - ingenic,jz4740-uart
 23           - ingenic,jz4750-uart
 24           - ingenic,jz4760-uart
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/spi/ | 
| H A D | ingenic,spi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Artur Rojek <contact@artur-rojek.eu>
 11   - Paul Cercueil <paul@crapouillou.net>
 14   - $ref: /schemas/spi/spi-controller.yaml#
 19       - enum:
 20           - ingenic,jz4750-spi
 21           - ingenic,jz4775-spi
 22           - ingenic,jz4780-spi
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/sound/ | 
| H A D | ingenic,aic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Paul Cercueil <paul@crapouillou.net>
 13   - $ref: dai-common.yaml#
 17     pattern: '^audio-controller@'
 21       - enum:
 22           - ingenic,jz4740-i2s
 23           - ingenic,jz4760-i2s
 24           - ingenic,jz4770-i2s
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/iio/adc/ | 
| H A D | ingenic,adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2 # Copyright 2019-2020 Artur Rojek
 4 ---
 6 $schema: http://devicetree.org/meta-schemas/core.yaml#
 11   - Artur Rojek <contact@artur-rojek.eu>
 18   https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml,
 19   giving a phandle and IIO specifier pair ("io-channels") to the ADC controller.
 24       - ingenic,jz4725b-adc
 25       - ingenic,jz4740-adc
 26       - ingenic,jz4760-adc
 [all …]
 
 |