Searched +full:netxbig +full:- +full:gpio +full:- +full:ext (Results 1 – 3 of 3) sorted by relevance
1 Binding for the CPLD LEDs (GPIO extension bus) found on some LaCie/Seagate5 - compatible: "lacie,netxbig-leds".6 - gpio-ext: Phandle for the gpio-ext bus.9 - timers: Timer array. Each timer entry is represented by three integers:10 Mode (gpio-ext bus), delay_on and delay_off.12 Each LED is represented as a sub-node of the netxbig-leds device.14 Required sub-node properties:15 - mode-addr: Mode register address on gpio-ext bus.16 - mode-val: Mode to value mapping. Each entry is represented by two integers:17 A mode and the corresponding value on the gpio-ext bus.[all …]
1 // SPDX-License-Identifier: GPL-2.09 * Based on netxbig_v2-setup.c,14 #include <dt-bindings/leds/leds-netxbig.h>16 #include "kirkwood-6281.dtsi"21 stdout-path = &uart0;33 #address-cells = <1>;34 #size-cells = <1>;35 compatible = "mxicy,mx25l4005a", "jedec,spi-nor";37 spi-max-frequency = <20000000>;42 label = "u-boot";[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/gpio/lacie,netxbig-gpio-ext.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NetxBig GPIO extension bus10 - Simon Guinot <simon.guinot@sequanux.org>13 GPIO extension bus found on some LaCie/Seagate boards19 - const: lacie,netxbig-gpio-ext21 addr-gpios:22 description: GPIOs representing the address register (LSB->MSB).[all …]