3 #include "kirkwood.dtsi"
4 #include "kirkwood-6282.dtsi"
5 #include "kirkwood-ts219.dtsi"
9 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>;
20 pinctrl: pinctrl@10000 {
22 pinctrl-0 = <&pmx_ram_size &pmx_board_id>;
23 pinctrl-names = "default";
25 pmx_ram_size: pmx-ram-size {
26 /* RAM: 0: 256 MB, 1: 512 MB */
27 marvell,pins = "mpp36";
28 marvell,function = "gpio";
30 pmx_reset_button: pmx-reset-button {
31 marvell,pins = "mpp37";
32 marvell,function = "gpio";
34 pmx_USB_copy_button: pmx-USB-copy-button {
35 marvell,pins = "mpp43";
36 marvell,function = "gpio";
38 pmx_board_id: pmx-board-id {
39 /* 0: TS-11x, 1: TS-21x */
40 marvell,pins = "mpp44";
41 marvell,function = "gpio";
47 compatible = "gpio-keys";
50 pinctrl-0 = <&pmx_reset_button &pmx_USB_copy_button>;
51 pinctrl-names = "default";
56 gpios = <&gpio1 11 1>;
66 ðphy0 { reg = <0>; };