diff options
Diffstat (limited to 'Documentation/powerpc/dts-bindings/fsl/mpc5200.txt')
-rw-r--r-- | Documentation/powerpc/dts-bindings/fsl/mpc5200.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt b/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt index ddd5ee32ea63..5c6602dbfdc2 100644 --- a/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt +++ b/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt | |||
@@ -193,3 +193,13 @@ External interrupts: | |||
193 | external irq3: interrupts = <1 3 n>; | 193 | external irq3: interrupts = <1 3 n>; |
194 | 'n' is sense (0: level high, 1: edge rising, 2: edge falling 3: level low) | 194 | 'n' is sense (0: level high, 1: edge rising, 2: edge falling 3: level low) |
195 | 195 | ||
196 | fsl,mpc5200-mscan nodes | ||
197 | ----------------------- | ||
198 | In addition to the required compatible-, reg- and interrupt-properites, you can | ||
199 | also specify which clock source shall be used for the controller: | ||
200 | |||
201 | - fsl,mscan-clock-source- a string describing the clock source. Valid values | ||
202 | are: "ip" for ip bus clock | ||
203 | "ref" for reference clock (XTAL) | ||
204 | "ref" is default in case this property is not | ||
205 | present. | ||