mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
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";
|
||
|
};
|
||
|
};
|