forked from liberty1776dtom/device-trees-amlogic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gxm_q200_2g_minix_neo_u9.dts
73 lines (60 loc) · 1.14 KB
/
gxm_q200_2g_minix_neo_u9.dts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#include "gxm_q200_2g.dts"
/{
le-dt-id = "gxm_q200_2g_minix_neo_u9";
sysled {
led_gpio = <&gpio GPIOAO_9 GPIO_ACTIVE_HIGH>;
};
rtc {
status = "disabled";
};
unifykey {
keysn_8:key_8 {
key-type = "sha1";
};
};
amhdmitx: amhdmitx {
pwr-ctrl = <&pwr_ctrl>;
};
pwr_ctrl: pwr_ctrl{
pwr_5v_on = <&gpio GPIODV_7 GPIO_ACTIVE_HIGH>;
PWR_STBY_PWREN = <&gpio GPIODV_4 GPIO_ACTIVE_HIGH>;
vol_switch = <&gpio GPIOH_5 GPIO_ACTIVE_HIGH>;
};
amlogic_codec:t9015 {
status = "disable";
};
aml_m8_snd {
mute_gpio-gpios = <&gpio GPIODV_22 0>;
codec0: codec0 {
sound-dai = <&es8323>;
};
};
};
&i2c_a {
status = "okay";
es8323: es8323@10 {
#sound-dai-cells = <0>;
compatible = "es, es8323";
reg = <0x10>;
};
};
&i2c_b {
status = "okay";
rtc_hym8563 {
compatible = "amlogic, rtc_hym8563";
dev_name = "rtc_hym8563";
status = "okay";
reg = <0x51>;
interrupts = <0 64 1>;
gpio-rtc-irq = <&gpio GPIODV_3 GPIO_ACTIVE_HIGH>;
};
minix_mcu{
compatible = "amlogic,minix_mcu";
status = "okay";
reg = <0x15>;
};
minix_mcu_isp{
compatible = "amlogic,minix_mcu_isp";
reg = <0x35>;
};
};