Searched +full:jz4725b +full:- +full:lcd (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | ingenic,lcd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/ingenic,lcd.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Ingenic SoCs LCD controller 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 [all …]
|
H A D | ingenic,lcd.txt | 1 Ingenic JZ47xx LCD driver 4 - compatible: one of: 5 * ingenic,jz4740-lcd 6 * ingenic,jz4725b-lcd 7 * ingenic,jz4770-lcd 8 - reg: LCD registers location and length 9 - clocks: LCD pixclock and device clock specifiers. 11 - clock-names: "lcd_pclk" and "lcd" 12 - interrupts: Specifies the interrupt line the LCD controller is connected to. 20 power-supply = <&vcc>; [all …]
|
/freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
H A D | jz4725b.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/ingenic,jz4725b-cgu.h> 3 #include <dt-bindings/clock/ingenic,tcu.h> 6 #address-cells = <1>; 7 #size-cells = <1>; 8 compatible = "ingenic,jz4725b"; 319 lcd: lcd-controller@13050000 { global() label [all...] |
H A D | rs90.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "jz4725b.dtsi" 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/iio/adc/ingenic,adc.h> 8 #include <dt-bindings/input/linux-event-codes.h> 11 compatible = "ylm,rs90", "ingenic,jz4725b"; 12 model = "RS-90"; 19 reserved-memory { 20 #address-cells = <1>; [all …]
|