This commit adds basic support for the clock controller used in lpc11u6x MCUs. Signed-off-by: Maxime Bittan <maxime.bittan@seagate.com> Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
32 lines
562 B
YAML
32 lines
562 B
YAML
# Copyright (c) 2020, Seagate
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: LPC11U6X clock controller node
|
|
|
|
compatible: "nxp,lpc11u6x-syscon"
|
|
|
|
include: [clock-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
label:
|
|
required: true
|
|
|
|
pinmuxs:
|
|
type: phandle-array
|
|
required: true
|
|
description: system oscillator pinmux configuration
|
|
|
|
pinmux-names:
|
|
type: string-array
|
|
required: false
|
|
description: system oscillator pins names
|
|
|
|
"#clock-cells":
|
|
const: 1
|
|
|
|
clock-cells:
|
|
- clkid
|