mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 14:35:22 +00:00
Update to use new API for GPIO pin configuration and operation. Fix invalid arithmetic on void pointer. Convert to support devicetree. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
14 lines
270 B
YAML
14 lines
270 B
YAML
# Copyright (c) 2018, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Texas Instruments CC1200 802.15.4 wireless transceiver
|
|
|
|
compatible: "ti,cc1200"
|
|
|
|
include: spi-device.yaml
|
|
|
|
properties:
|
|
int-gpios:
|
|
type: phandle-array
|
|
required: true
|