blob: 6fdc5ffcaae54244c544cc2242ed96fe5f889265 [file] [log] [blame]
Andrew Lunn9eb61f42012-05-12 14:57:59 +02001/dts-v1/;
2
Thomas Petazzoni259e2342013-05-15 15:37:00 +02003/include/ "kirkwood.dtsi"
Andrew Lunn1f6e46b2012-11-17 17:00:46 +01004/include/ "kirkwood-6282.dtsi"
Thomas Petazzoni259e2342013-05-15 15:37:00 +02005/include/ "kirkwood-ts219.dtsi"
Andrew Lunn9eb61f42012-05-12 14:57:59 +02006
7/ {
Andrew Lunn1f6e46b2012-11-17 17:00:46 +01008 ocp@f1000000 {
9 pinctrl: pinctrl@10000 {
10
Thomas Petazzonia4936cf2013-05-24 11:44:56 +020011 pinctrl-0 = <&pmx_ram_size &pmx_board_id>;
Andrew Lunn1f6e46b2012-11-17 17:00:46 +010012 pinctrl-names = "default";
13
14 pmx_ram_size: pmx-ram-size {
15 /* RAM: 0: 256 MB, 1: 512 MB */
16 marvell,pins = "mpp36";
17 marvell,function = "gpio";
18 };
19 pmx_reset_button: pmx-reset-button {
20 marvell,pins = "mpp37";
21 marvell,function = "gpio";
22 };
23 pmx_USB_copy_button: pmx-USB-copy-button {
24 marvell,pins = "mpp43";
25 marvell,function = "gpio";
26 };
27 pmx_board_id: pmx-board-id {
28 /* 0: TS-11x, 1: TS-21x */
29 marvell,pins = "mpp44";
30 marvell,function = "gpio";
31 };
32 };
Andrew Lunn918f8f32013-06-11 15:01:40 +020033 pcie-controller {
34 status = "okay";
35
36 pcie@2,0 {
37 status = "okay";
38 };
39 };
40
Andrew Lunn1f6e46b2012-11-17 17:00:46 +010041 };
42
Andrew Lunn9eb61f42012-05-12 14:57:59 +020043 gpio_keys {
44 compatible = "gpio-keys";
45 #address-cells = <1>;
46 #size-cells = <0>;
Thomas Petazzonia4936cf2013-05-24 11:44:56 +020047 pinctrl-0 = <&pmx_reset_button &pmx_USB_copy_button>;
48 pinctrl-names = "default";
49
Andrew Lunn9eb61f42012-05-12 14:57:59 +020050 button@1 {
51 label = "USB Copy";
52 linux,code = <133>;
53 gpios = <&gpio1 11 1>;
54 };
55 button@2 {
56 label = "Reset";
57 linux,code = <0x198>;
58 gpios = <&gpio1 5 1>;
59 };
60 };
61};