35 lines
576 B
YAML
35 lines
576 B
YAML
#
|
|
# Copyright (c) 2018 Aapo Vienamo
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: Nordic nRF Family I2C Master node
|
|
|
|
description: >
|
|
This is a representation of the Nordic nRF I2C node
|
|
|
|
inherits:
|
|
!include i2c.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nordic,nrf-i2c"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
sda-pin:
|
|
type: int
|
|
description: SDA pin
|
|
category: required
|
|
|
|
scl-pin:
|
|
type: int
|
|
description: SCL pin
|
|
category: required
|