mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 23:03:06 +00:00
a94b3d14aa
Changes included (and more): 1. Dynamic RAM merge 2. Real-time page scan and allocation 3. Cache compression 4. Real-time IRQ checks 5. Dynamic I/O allocation for Java heap 6. Java page migration 7. Contiguous memory allocation 8. Idle pages tracking 9. Per CPU RAM usage tracking 10. ARM NEON scalar multiplication library 11. NEON/ARMv8 crypto extensions 12. NEON SHA, Blake, RIPEMD crypto extensions 13. Parallel NEON crypto engine for multi-algo based CPU stress reduction
35 lines
711 B
YAML
35 lines
711 B
YAML
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/pwm/iqs620a-pwm.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Azoteq IQS620A PWM Generator
|
|
|
|
maintainers:
|
|
- Jeff LaBundy <jeff@labundy.com>
|
|
|
|
description: |
|
|
The Azoteq IQS620A multi-function sensor generates a fixed-frequency PWM
|
|
output represented by a "pwm" child node from the parent MFD driver. See
|
|
Documentation/devicetree/bindings/mfd/iqs62x.yaml for further details as
|
|
well as an example.
|
|
|
|
allOf:
|
|
- $ref: pwm.yaml#
|
|
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
- azoteq,iqs620a-pwm
|
|
|
|
"#pwm-cells":
|
|
const: 2
|
|
|
|
required:
|
|
- compatible
|
|
|
|
additionalProperties: false
|
|
|
|
...
|