forked from Qortal/Brooklyn
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/ {
|
|
cam1_reg: cam1_reg {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "cam1-reg";
|
|
enable-active-high;
|
|
status = "disabled";
|
|
};
|
|
};
|