33 lines
531 B
YAML
33 lines
531 B
YAML
#
|
|
# Copyright (c) 2019 Vestas Wind Systems A/S
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: NXP FlexCAN
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the NXP FlexCAN controller
|
|
|
|
inherits:
|
|
!include can.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,kinetis-flexcan"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
clocks:
|
|
category: required
|
|
|
|
clk-source:
|
|
type: int
|
|
category: required
|
|
description: CAN engine clock source
|