Searched +full:uint8 +full:- +full:array (Results 1 – 25 of 39) sorted by relevance
12
/Zephyr-latest/dts/bindings/display/ |
D | ilitek,ili9341.yaml | 5 # SPDX-License-Identifier: Apache-2.0 11 include: ilitek,ili9xxx-common.yaml 15 type: uint8-array 21 type: uint8-array 27 type: uint8-array 33 type: uint8-array 39 type: uint8-array 45 type: uint8-array 51 type: uint8-array 57 type: uint8-array [all …]
|
D | ilitek,ili9342c.yaml | 5 # SPDX-License-Identifier: Apache-2.0 11 include: ilitek,ili9xxx-common.yaml 15 type: uint8-array 22 type: uint8-array 28 type: uint8-array 34 type: uint8-array 40 type: uint8-array 47 type: uint8-array 53 type: uint8-array 59 type: uint8-array [all …]
|
D | sitronix,st7735r.yaml | 1 # Copyright (c) 2020, Kim Bøndergaard <kim@fam-boendergaard.dk> 2 # SPDX-License-Identifier: Apache-2.0 8 include: [mipi-dbi-spi-device.yaml, display-controller.yaml] 11 x-offset: 16 y-offset: 32 type: uint8-array 37 type: uint8-array 42 type: uint8-array 47 type: uint8-array 52 type: uint8-array [all …]
|
D | ilitek,ili9340.yaml | 3 # SPDX-License-Identifier: Apache-2.0 9 include: ilitek,ili9xxx-common.yaml 13 type: uint8-array 19 type: uint8-array 25 type: uint8-array 32 type: uint8-array 38 type: uint8-array 44 type: uint8-array 50 type: uint8-array 56 type: uint8-array [all …]
|
D | ultrachip,uc81xx-common.yaml | 4 # SPDX-License-Identifier: Apache-2.0 8 include: [mipi-dbi-spi-device.yaml, display-controller.yaml] 11 busy-gpios: 12 type: phandle-array 21 type: uint8-array 24 child-binding: 41 - 'full' - Normal / full refresh. 42 - 'partial' - Partial refresh, defaults to the values in the 47 type: uint8-array 69 type: uint8-array [all …]
|
D | ilitek,ili9488.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: ilitek,ili9xxx-common.yaml 12 type: uint8-array 18 type: uint8-array 25 type: uint8-array 31 type: uint8-array 37 type: uint8-array 43 type: uint8-array 65 type: uint8-array
|
D | sitronix,st7789v.yaml | 3 # SPDX-License-Identifier: Apache-2.0 9 include: [mipi-dbi-spi-device.yaml, display-controller.yaml] 12 x-offset: 17 y-offset: 60 inversion-off: 64 porch-param: 65 type: uint8-array 69 cmd2en-param: 70 type: uint8-array 74 pwctrl1-param: [all …]
|
D | galaxycore,gc9x01x.yaml | 2 # Copyright (c) 2023 Amrith Venkat Kesavamoorthi <amrith@mr-beam.org> 4 # SPDX-License-Identifier: Apache-2.0 12 - GC9101A: (Waveshare 240x240, 1.28inch round lcd display 240x240) 18 compatible = "zephyr,mipi-dbi-spi"; 20 #address-cells = <1>; 21 #size-cells = <0>; 22 spi-dev = <&spi2>; 23 dc-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; 24 reset-gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; 29 mipi-max-frequency = <DT_FREQ_M(100)>; [all …]
|
D | sitronix,st7796s.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: [mipi-dbi-spi-device.yaml, display-controller.yaml] 12 type: uint8-array 19 type: uint8-array 26 type: uint8-array 33 type: uint8-array 40 type: uint8-array 47 type: uint8-array 69 type: uint8-array 75 type: uint8-array [all …]
|
D | solomon,ssd16xx-common.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 include: [mipi-dbi-spi-device.yaml, display-controller.yaml] 10 type: uint8-array 13 busy-gpios: 14 type: phandle-array 34 - 0 35 - 90 36 - 180 37 - 270 42 child-binding: [all …]
|
D | nordic,nrf-led-matrix.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nordic,nrf-led-matrix" 8 include: display-controller.yaml 11 row-gpios: 12 type: phandle-array 15 Array of GPIOs to be used as rows of the matrix. 17 col-gpios: 18 type: phandle-array 21 Array of GPIOs to be used as columns of the matrix. 23 pixel-mapping: [all …]
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
D | defaults.yaml | 1 # SPDX-License-Identifier: BSD-3-Clause 13 array: 14 type: array 18 uint8-array: 19 type: uint8-array 28 string-array: 29 type: string-array 33 default-not-used:
|
D | props.yaml | 1 # SPDX-License-Identifier: BSD-3-Clause 8 nonexistent-boolean: 11 existent-boolean: 18 array: 19 type: array 21 uint8-array: 22 type: uint8-array 28 string-array: 29 type: string-array 32 phandle-ref: [all …]
|
/Zephyr-latest/dts/bindings/test/ |
D | vnd,array-holder.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Test array container 6 compatible: "vnd,array-holder" 11 a: {type: "array"} 12 b: {type: "uint8-array"} 13 c: {type: "string-array"} 15 gpio-cells: 16 - pin 17 - flags
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | atmel,rf2xx.yaml | 1 # Copyright (c) 2019-2020 Gerson Fernando Budke <nandojve@gmail.com> 2 # SPDX-License-Identifier: Apache-2.0 8 include: spi-device.yaml 11 irq-gpios: 12 type: phandle-array 15 reset-gpios: 16 type: phandle-array 19 slptr-gpios: 20 type: phandle-array 23 Multi-functional pin that controls sleep, deep sleep, transmit [all …]
|
/Zephyr-latest/dts/bindings/dsa/ |
D | microchip_dsa.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 include: [spi-device.yaml] 9 dsa-master-port: 12 dsa-slave-ports: 15 reset-gpios: 16 type: phandle-array 20 child-binding: 23 local-mac-address: 24 type: uint8-array
|
/Zephyr-latest/dts/bindings/mtd/ |
D | jedec,jesd216.yaml | 2 # Copyright (c) 2019-2020 Nordic Semiconductor ASA 3 # SPDX-License-Identifier: Apache-2.0 21 jedec-id: 22 type: uint8-array 29 sfdp-bfp: 30 type: uint8-array 32 Contains the 32-bit words in little-endian byte order from the 34 Parameters table. This provides flash-specific configuration 38 quad-enable-requirements: 41 - "NONE" [all …]
|
D | atmel,at45.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: [spi-device.yaml] 11 jedec-id: 12 type: uint8-array 21 sector-size: 26 sector-0a-pages: 38 block-size: 43 page-size: 48 no-chip-erase: 53 no-sector-erase: [all …]
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | snps,dwcxgmac.yaml | 2 # SPDX - License - Identifier : Apache - 2.0 9 - name: reset-device.yaml 10 - name: ethernet-controller.yaml 17 max-frame-size: 23 means that normally xgmac will reject any frame above max-frame-size 27 max-speed: 30 - 10 31 - 100 32 - 1000 33 - 2500 [all …]
|
D | adi,adin2111.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 ADIN2111 standalone 10BASE-T1L Ethernet controller with SPI interface. 12 spi-max-frequency = <25000000>; 13 int-gpios = <&gpioe 12 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 14 reset-gpios = <&gpioe 8 GPIO_ACTIVE_LOW>; 16 local-mac-address = [ CA 2F B7 10 23 63 ]; 19 local-mac-address = [ 3C 82 D4 A2 29 8E ]; 22 compatible = "adi,adin2111-mdio"; 24 #address-cells = <1>; 25 #size-cells = <0>; [all …]
|
D | ethernet-controller.yaml | 2 # SPDX-License-Identifier: Apache-2.0 9 local-mac-address: 10 type: uint8-array 13 zephyr,random-mac-address: 24 If set we ignore any setting of the local-mac-address property. 26 phy-handle: 31 phy-connection-type: 36 - "mii" 37 - "rmii" 38 - "gmii" [all …]
|
/Zephyr-latest/dts/bindings/dma/ |
D | raspberrypi,pico-dma.yaml | 2 # SPDX-License-Identifier: Apache-2.0 10 Use the definitions defined in `zephyr/dt-bindings/dma/rpi-pico-dma-rp2040.h`, 11 or `zephyr/dt-bindings/dma/rpi-pico-dma-rp2350.h` 13 channel-config: A 32bit mask specifying the DMA channel configuration 14 - bit 3: Enable Quiet IRQ 15 - bit 1: Enable Byte Swap 16 - bit 0: Enable High Priority 18 compatible: "raspberrypi,pico-dma" 20 include: [dma-controller.yaml, reset-device.yaml] 29 dma-channels: [all …]
|
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | hit,hd44780.yaml | 4 # SPDX-License-Identifier: Apache-2.0 11 include: [auxdisplay-device.yaml] 17 description: Operating mode of display, 8-bit or 4 for 4-bit mode 19 - 4 20 - 8 22 register-select-gpios: 23 type: phandle-array 27 read-write-gpios: 28 type: phandle-array 31 enable-gpios: [all …]
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 1 .. _dt-bindings-file-syntax: 7 files are YAML files. A :ref:`simple example <dt-bindings-simple-example>` was 17 The top level of a bindings file maps keys to values. The top-level keys look 20 .. code-block:: yaml 24 This is the Vendomatic company's foo-device. 29 See https://yaml-multiline.info/ for formatting help. 35 compatible: "manufacturer,foo-device" 41 child-binding: 50 # SPI memory chip, use 'on-bus:' to say what type of bus, like this. 53 on-bus: spi [all …]
|
/Zephyr-latest/dts/bindings/retention/ |
D | zephyr,retention.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 64-byte area with 2-byte prefix and 1-byte checksum with 61 usable bytes 10 compatible = "zephyr,memory-region", "mmio-sram"; 12 zephyr,memory-region = "RetainedMem"; 16 compatible = "zephyr,retained-ram"; 18 #address-cells = <1>; 19 #size-cells = <1>; 36 "#address-cells": 43 "#size-cells": 57 type: uint8-array [all …]
|
12