Deleted Added
full compact
at91sam9n12ek.dts (262573) at91sam9n12ek.dts (270864)
1/*
2 * at91sam9n12ek.dts - Device Tree file for AT91SAM9N12-EK board
3 *
4 * Copyright (C) 2012 Atmel,
5 * 2012 Hong Xu <hong.xu@atmel.com>
6 *
7 * Licensed under GPLv2 or later.
8 */

--- 16 unchanged lines hidden (view full) ---

25 #address-cells = <1>;
26 #size-cells = <1>;
27 ranges;
28
29 main_clock: clock@0 {
30 compatible = "atmel,osc", "fixed-clock";
31 clock-frequency = <16000000>;
32 };
1/*
2 * at91sam9n12ek.dts - Device Tree file for AT91SAM9N12-EK board
3 *
4 * Copyright (C) 2012 Atmel,
5 * 2012 Hong Xu <hong.xu@atmel.com>
6 *
7 * Licensed under GPLv2 or later.
8 */

--- 16 unchanged lines hidden (view full) ---

25 #address-cells = <1>;
26 #size-cells = <1>;
27 ranges;
28
29 main_clock: clock@0 {
30 compatible = "atmel,osc", "fixed-clock";
31 clock-frequency = <16000000>;
32 };
33
34 slow_xtal {
35 clock-frequency = <32768>;
36 };
37
38 main_xtal {
39 clock-frequency = <16000000>;
40 };
33 };
34
35 ahb {
36 apb {
37 dbgu: serial@fffff200 {
38 status = "okay";
39 };
40
41 ssc0: ssc@f0010000 {
42 status = "okay";
43 };
44
45 i2c0: i2c@f8010000 {
46 status = "okay";
47
48 wm8904: codec@1a {
49 compatible = "wm8904";
50 reg = <0x1a>;
41 };
42
43 ahb {
44 apb {
45 dbgu: serial@fffff200 {
46 status = "okay";
47 };
48
49 ssc0: ssc@f0010000 {
50 status = "okay";
51 };
52
53 i2c0: i2c@f8010000 {
54 status = "okay";
55
56 wm8904: codec@1a {
57 compatible = "wm8904";
58 reg = <0x1a>;
59 clocks = <&pck0>;
60 clock-names = "mclk";
51 };
52
53 qt1070: keyboard@1b {
54 compatible = "qt1070";
55 reg = <0x1b>;
56 interrupt-parent = <&pioA>;
57 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
58 pinctrl-names = "default";

--- 125 unchanged lines hidden ---
61 };
62
63 qt1070: keyboard@1b {
64 compatible = "qt1070";
65 reg = <0x1b>;
66 interrupt-parent = <&pioA>;
67 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
68 pinctrl-names = "default";

--- 125 unchanged lines hidden ---