13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2020, NXP
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
&adc0 {
|
||
|
clk-source = <0>;
|
||
|
hw-trigger-src = <4>;
|
||
|
continuous-convert;
|
||
|
high-speed;
|
||
|
periodic-trigger;
|
||
|
};
|