24 lines
424 B
YAML
24 lines
424 B
YAML
# Copyright (c) 2019 Vestas Wind Systems A/S
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP FlexCAN controller
|
|
|
|
compatible: "nxp,kinetis-flexcan"
|
|
|
|
include: ["can-controller.yaml", "pinctrl-device.yaml"]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
clk-source:
|
|
type: int
|
|
required: true
|
|
description: CAN engine clock source
|