Merge tag 'regmap-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-ts219-6282.dts
1 /dts-v1/;
2
3 /include/ "kirkwood.dtsi"
4 /include/ "kirkwood-6282.dtsi"
5 /include/ "kirkwood-ts219.dtsi"
6
7 / {
8 ocp@f1000000 {
9 pinctrl: pinctrl@10000 {
10
11 pinctrl-0 = <&pmx_ram_size &pmx_board_id>;
12 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 };
33 pcie-controller {
34 status = "okay";
35
36 pcie@2,0 {
37 status = "okay";
38 };
39 };
40
41 };
42
43 gpio_keys {
44 compatible = "gpio-keys";
45 #address-cells = <1>;
46 #size-cells = <0>;
47 pinctrl-0 = <&pmx_reset_button &pmx_USB_copy_button>;
48 pinctrl-names = "default";
49
50 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 };
This page took 0.03375 seconds and 5 git commands to generate.