3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 15:22:18 +00:00
Brooklyn/arch/arm/boot/dts/exynos5420-chagall-wifi.dts
crowetic a94b3d14aa Brooklyn+ (PLUS) changes
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
2022-05-12 10:47:00 -07:00

76 lines
1.5 KiB
Plaintext

// SPDX-License-Identifier: GPL-2.0
/*
* Samsung's Exynos5420 Chagall WiFi board device tree source
*
* Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
* http://www.samsung.com
* Copyright (c) 2022 Henrik Grimler
*/
/dts-v1/;
#include "exynos5420-galaxy-tab-common.dtsi"
/ {
model = "Samsung Chagall WiFi based on Exynos5420";
compatible = "samsung,chagall-wifi", "samsung,exynos5420", \
"samsung,exynos5";
};
&ldo15_reg {
/* Unused */
regulator-name = "VDD_LDO15";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
&ldo17_reg {
regulator-name = "VDD_IRLED_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3350000>;
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-off-in-suspend;
};
};
&ldo28_reg {
/* Unused */
regulator-name = "VDD_LDO28";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
&ldo29_reg {
regulator-name = "VDD_TCON_1V8";
regulator-min-microvolt = <1900000>;
regulator-max-microvolt = <1900000>;
regulator-state-mem {
regulator-off-in-suspend;
};
};
&ldo31_reg {
regulator-name = "VDD_GRIP_1V8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-off-in-suspend;
};
};
&ldo32_reg {
regulator-name = "VDD_TSP_1V8";
regulator-min-microvolt = <1900000>;
regulator-max-microvolt = <1900000>;
regulator-state-mem {
regulator-off-in-suspend;
};
};