MAINTAINERS: Add Yuchi and Vasiliy for Intel Atom Snow Ridge SoC
[coreboot2.git] / Documentation / superio / nuvoton / npcd378.md
blob6e5bf6683226e51272078e9509ed85a0ae4cec07
1 # NPCD378
3 This page describes the [Nuvoton] SuperIO chip that can be found on various [HP]
4 mainboards.
6 As no datasheet is available most of the functions have been reverse engineered and
7 might be inaccurate or wrong.
9 ## LDNs
11 ```{eval-rst}
12 +-------+---------------------------+
13 | LDN # | Function                  |
14 +=======+===========================+
15 | 0     | FDC                       |
16 +-------+---------------------------+
17 | 1     | Parallel Port             |
18 +-------+---------------------------+
19 | 2     | Com1                      |
20 +-------+---------------------------+
21 | 3     | Com2 / IR                 |
22 +-------+---------------------------+
23 | 4     | LED and PWR button CTRL   |
24 +-------+---------------------------+
25 | 5     | PS/2 AUX                  |
26 +-------+---------------------------+
27 | 6     | PS/2 KB                   |
28 +-------+---------------------------+
29 | 7     | WDT1                      |
30 +-------+---------------------------+
31 | 8     | HWM                       |
32 +-------+---------------------------+
33 | 0xf   | GPIO                      |
34 +-------+---------------------------+
35 | 0x15  | I2C ?                     |
36 +-------+---------------------------+
37 | 0x1e  | SUSPEND CTL ?             |
38 +-------+---------------------------+
39 | 0x1c  | GPIO ?                    |
40 +-------+---------------------------+
41 ```
43 ### LDN0
45 Follows [Nuvoton]'s default FDC register set. See [NCT6102D] for more details.
47 ### LDN1
49 Follows [Nuvoton]'s default LPT register set. See [NCT6102D] for more details.
51 ### LDN2
53 Follows [Nuvoton]'s default COM1 register set. See [NCT6102D] for more details.
55 ### LDN3
57 Follows [Nuvoton]'s default COM2 register set. See [NCT6102D] for more details.
59 ### LDN4
61 On most SuperIOs the use of LDN4 is forbidden. That's not the case on NPCD378.
63 It exposes 16 byte of IO config space to control the front LEDs PWM duty cycle
64 and power button behaviour on normal / during S3 resume.
66 ### LDN5
68 A custom PS/2 AUX port.
70 ### LDN6
72 Follows [Nuvoton]'s default KBC register set. See [NCT6102D] for more details.
74 ### LDN7
76 Looks like a WDT.
78 ### LDN8
80 Custom HWM space. It exposes 256 byte of IO config space.
81 See [HWM](#hwm) for more details.
83 ## HWM
85 ### Register
87 The registers are accessible via IO space and are located at LDN8's IOBASE.
89 ```{eval-rst}
90 +---------------+-----------------------+
91 | IOBASE offset | Register              |
92 +---------------+-----------------------+
93 | 0x4           | Host Write CTRL       |
94 +---------------+-----------------------+
95 | 0x10 - 0xfe   | HWM Page #            |
96 +---------------+-----------------------+
97 | 0xff          | Page index select     |
98 +---------------+-----------------------+
99 ```
101 ### Host Write CTRL
102 Bit 0 must be cleared prior to writing any of the HWM register and it must be
103 set after writing to HWM register to signal the SuperIO that data has changed.
104 Reading register is possible at any time and doesn't need special locking.
106 ### HWM Page
107 The SuperIO exposes 16 different pages. Nearly all registers are unknown.
109 **Page 1**
111 ```{eval-rst}
112 +---------------+-----------------------+
113 | IOBASE offset | Register              |
114 +---------------+-----------------------+
115 | 0x98          | PSU fan PWM           |
116 +---------------+-----------------------+
119 ### Page index
120 The 4 LSB of the page index register selects which HWM page is active.
121 A write takes effect immediately.
123 [NCT6102D]: https://www.nuvoton.com/resource-files/NCT6102D_NCT6106D_Datasheet_V1_0.pdf
124 [Nuvoton]: http://www.nuvoton.com/hq/
125 [HP]: https://www.hp.com/