mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
11 lines
224 B
Text
11 lines
224 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2022 Vyacheslav Bocharov <adeep@lexina.in>
|
||
|
* Author: Vyacheslav Bocharov <adeep@lexina.in>
|
||
|
*/
|
||
|
|
||
|
&saradc {
|
||
|
status = "okay";
|
||
|
vref-supply = <&vddio_ao18>;
|
||
|
};
|