]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/boot/dts/kirkwood-ts219-6282.dts
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / kirkwood-ts219-6282.dts
CommitLineData
9eb61f47
AL
1/dts-v1/;
2
0ab6129c
EG
3#include "kirkwood.dtsi"
4#include "kirkwood-6282.dtsi"
5#include "kirkwood-ts219.dtsi"
9eb61f47
AL
6
7/ {
54397d85 8 mbus {
54397d85
EG
9 pcie-controller {
10 status = "okay";
11
12 pcie@2,0 {
13 status = "okay";
14 };
15 };
16 };
17
1f6e46bf 18 ocp@f1000000 {
a9483969 19 pinctrl: pin-controller@10000 {
1f6e46bf 20
a4936cfa 21 pinctrl-0 = <&pmx_ram_size &pmx_board_id>;
1f6e46bf
AL
22 pinctrl-names = "default";
23
24 pmx_ram_size: pmx-ram-size {
25 /* RAM: 0: 256 MB, 1: 512 MB */
26 marvell,pins = "mpp36";
27 marvell,function = "gpio";
28 };
29 pmx_reset_button: pmx-reset-button {
30 marvell,pins = "mpp37";
31 marvell,function = "gpio";
32 };
33 pmx_USB_copy_button: pmx-USB-copy-button {
34 marvell,pins = "mpp43";
35 marvell,function = "gpio";
36 };
37 pmx_board_id: pmx-board-id {
38 /* 0: TS-11x, 1: TS-21x */
39 marvell,pins = "mpp44";
40 marvell,function = "gpio";
41 };
42 };
43 };
44
9eb61f47
AL
45 gpio_keys {
46 compatible = "gpio-keys";
47 #address-cells = <1>;
48 #size-cells = <0>;
a4936cfa
TP
49 pinctrl-0 = <&pmx_reset_button &pmx_USB_copy_button>;
50 pinctrl-names = "default";
51
9eb61f47
AL
52 button@1 {
53 label = "USB Copy";
23301190 54 linux,code = <KEY_COPY>;
3a31f2d7 55 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
9eb61f47
AL
56 };
57 button@2 {
58 label = "Reset";
23301190 59 linux,code = <KEY_RESTART>;
3a31f2d7 60 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
9eb61f47
AL
61 };
62 };
876e2333
SH
63};
64
65&ethphy0 { reg = <0>; };