Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-seco-qcom
Manage
Activity
Members
Labels
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
qualcomm
linux-seco-qcom
Commits
2df5f399
Commit
2df5f399
authored
3 months ago
by
Dietmar Muscholik
Committed by
Oleksii Kutuzov
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[E81][B79][DTB] Add devicetree include file for B79 baseboard
parent
8b978f1a
No related branches found
No related tags found
1 merge request
!13
Merge E81 development branch into trunk
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/seco/include/qcs6490-e81-b79.dtsi
+74
-0
74 additions, 0 deletions
arch/arm64/boot/dts/seco/include/qcs6490-e81-b79.dtsi
with
74 additions
and
0 deletions
arch/arm64/boot/dts/seco/include/qcs6490-e81-b79.dtsi
0 → 100644
+
74
−
0
View file @
2df5f399
/*****************************************************************************/
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Device-tree-include-file for SECO B79 baseboard
*
* Copyright 2024 SECO Dietmar Muscholik <dietmar.muscholik@seco.com>
*
*
*****************************************************************************/
#ifndef SECO_B79_DTSI
#define SECO_B79_DTSI
/ {
reg_1v8: 1v8 {
compatible = "regulator-fixed";
regulator-name = "1V8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
reg_1v8_s: 1v8_s {
compatible = "regulator-fixed";
regulator-name = "1V8_S";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
reg_3v3: 3v3 {
compatible = "regulator-fixed";
regulator-name = "3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
reg_3v3_s: 3v3_s {
compatible = "regulator-fixed";
regulator-name = "3V3_S";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
reg_5v_s: 5v_s {
compatible = "regulator-fixed";
regulator-name = "5V_S";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
};
reg_12v_s: 12v_s {
compatible = "regulator-fixed";
regulator-name = "12V_S";
regulator-min-microvolt = <12000000>;
regulator-max-microvolt = <12000000>;
regulator-always-on;
};
reg_3v3_aud: 3v3_aud {
compatible = "regulator-fixed";
regulator-name = "3V3_AUD";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
vin-supply = <®_3v3_s>;
regulator-always-on;
};
};
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment