16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2020 STMicroelectronics
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
&arduino_i2s {
|
||
|
status = "okay";
|
||
|
|
||
|
mp34dt05@0 {
|
||
|
compatible = "st,mpxxdtyy";
|
||
|
reg = <0>;
|
||
|
label = "MP34DT05";
|
||
|
};
|
||
|
};
|