26 lines
461 B
YAML
26 lines
461 B
YAML
|
#
|
||
|
# Copyright (c) 2018 Analog Devices Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: ADT7420 16-Bit Digital I2C Temperature Sensor
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This is a representation of the ADT7420 16-Bit Digital I2C Temperature Sensor
|
||
|
|
||
|
inherits:
|
||
|
!include i2c-device.yaml
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
constraint: "adi,adt7420"
|
||
|
|
||
|
int-gpios:
|
||
|
type: compound
|
||
|
category: optional
|
||
|
generation: define, use-prop-name
|
||
|
|
||
|
...
|