Searched +full:zevio +full:- +full:gpio (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | lsi,zevio-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/lsi,zevio-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Zevio GPIO controller 10 - Pratik Farkase <pratikfarkase94@gmail.com> 15 - const: lsi,zevio-gpio 23 "#gpio-cells": 26 gpio-controller: true 29 - compatible [all …]
|
H A D | gpio-zevio.txt | 1 Zevio GPIO controller 4 - compatible: Should be "lsi,zevio-gpio" 5 - reg: Address and length of the register set for the device 6 - #gpio-cells: Should be two. The first cell is the pin number and the 8 - gpio-controller: Marks the device node as a GPIO controller. 11 gpio: gpio@90000000 { 12 compatible = "lsi,zevio-gpio"; 14 gpio-controller; 15 #gpio-cells = <2>;
|
/freebsd/sys/contrib/device-tree/src/arm/nspire/ |
H A D | nspire-classic.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 11 remote-endpoint = <&panel_in>; 17 /* compatible = "lsi,zevio-timer"; */ 23 reg-shift = <2>; 24 reg-io-width = <4>; 26 no-loopback-test; 30 /* compatible = "lsi,zevio-timer"; */ 35 compatible = "lsi,zevio-timer"; 40 active-low; 45 compatible = "lsi,nspire-classic-clock"; [all …]
|
H A D | nspire.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #address-cells = <1>; 8 #size-cells = <1>; 9 interrupt-parent = <&intc>; 12 #address-cells = <1>; 13 #size-cells = <0>; 16 compatible = "arm,arm926ej-s"; 27 compatible = "mmio-sram"; 29 #address-cells = <1>; 30 #size-cells = <1>; [all …]
|