18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
/*
|
|
* Copyright (c) 2019, Linaro Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&i2c0 {
|
|
th02@40 {
|
|
compatible = "hoperf,th02";
|
|
reg = <0x40>;
|
|
};
|
|
|
|
glcd: glcd@3e {
|
|
compatible = "seeed,grove-lcd-rgb";
|
|
reg = <0x3e>;
|
|
};
|
|
};
|