| # 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 |