mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00:00
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
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
Maxim Integrated MAX98925/MAX98926/MAX98927 Speaker Amplifier
|
|
|
|
This device supports I2C.
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be one of the following
|
|
- "maxim,max98925"
|
|
- "maxim,max98926"
|
|
- "maxim,max98927"
|
|
|
|
- vmon-slot-no : slot number used to send voltage information
|
|
or in inteleave mode this will be used as
|
|
interleave slot.
|
|
MAX98925/MAX98926 slot range : 0 ~ 30, Default : 0
|
|
MAX98927 slot range : 0 ~ 15, Default : 0
|
|
|
|
- imon-slot-no : slot number used to send current information
|
|
MAX98925/MAX98926 slot range : 0 ~ 30, Default : 0
|
|
MAX98927 slot range : 0 ~ 15, Default : 0
|
|
|
|
- interleave-mode : When using two MAX9892X in a system it is
|
|
possible to create ADC data that that will
|
|
overflow the frame size. Digital Audio Interleave
|
|
mode provides a means to output VMON and IMON data
|
|
from two devices on a single DOUT line when running
|
|
smaller frames sizes such as 32 BCLKS per LRCLK or
|
|
48 BCLKS per LRCLK.
|
|
Range : 0 (off), 1 (on), Default : 0
|
|
|
|
- reg : the I2C address of the device for I2C
|
|
|
|
Optional properties:
|
|
- reset-gpios : GPIO to reset the device
|
|
|
|
Example:
|
|
|
|
codec: max98927@3a {
|
|
compatible = "maxim,max98927";
|
|
vmon-slot-no = <0>;
|
|
imon-slot-no = <1>;
|
|
interleave-mode = <0>;
|
|
reg = <0x3a>;
|
|
};
|