OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 13... | Line 13... | |||
13 | spi0 = &ebu_cs0; |
13 | spi0 = &ebu_cs0; |
|
14 | }; |
14 | }; |
|
Line 15... | Line 15... | |||
15 | |
15 | |
|
16 | memory@0 { |
16 | memory@0 { |
|
17 | device_type = "memory"; |
17 | device_type = "memory"; |
|
18 | reg = <0x0 0x4000000>; // 64M at 0x0 |
18 | reg = <0x0 0x4000000>; // 64M at 0x0 |
|
Line 19... | Line 19... | |||
19 | }; |
19 | }; |
|
20 | |
20 | |
|
21 | gpio-keys { |
21 | gpio-keys { |
|
Line 29... | Line 29... | |||
29 | |
29 | |
|
30 | gpio-mmc { |
30 | gpio-mmc { |
|
31 | /* Place-holder for SIM-Card connector, |
31 | /* Place-holder for SIM-Card connector, |
|
32 | to list the used GPIOs, no official binding */ |
32 | to list the used GPIOs, no official binding */ |
|
33 | compatible = "gpio-mmc"; |
33 | compatible = "gpio-mmc"; |
|
34 | gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>, |
34 | gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>, |
|
35 | <&gpio0 3 GPIO_ACTIVE_HIGH>, |
35 | <&gpio0 3 GPIO_ACTIVE_HIGH>, |
|
36 | <&gpio0 2 GPIO_ACTIVE_HIGH>, |
36 | <&gpio0 2 GPIO_ACTIVE_HIGH>, |
|
37 | <0>; /* no CS */ |
37 | <0>; /* no CS */ |
|
38 | gpio-names = "di", "do", "clk", "cs"; |
38 | gpio-names = "di", "do", "clk", "cs"; |
|
39 | reset-gpio = <&gpio3 24 GPIO_ACTIVE_HIGH>; |
39 | reset-gpio = <&gpio3 24 GPIO_ACTIVE_HIGH>; |
|
Line 40... | Line 40... | |||
40 | }; |
40 | }; |
|
41 | |
41 | |
|
42 | pinctrl { |
42 | pinctrl { |