14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||
|
/*
|
||
|
* Google Kukui (and derivatives) audio fragment for rt1015p.
|
||
|
*
|
||
|
* Copyright 2020 Google LLC.
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
rt1015p: rt1015p {
|
||
|
compatible = "realtek,rt1015p";
|
||
|
sdb-gpios = <&pio 175 0>;
|
||
|
};
|
||
|
};
|