| 1 | /dts-v1/; |
| 2 | |
| 3 | /include/ "falcon.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "EASY98000 - Lantiq Falcon (NOR)"; |
| 7 | |
| 8 | chosen { |
| 9 | bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; |
| 10 | }; |
| 11 | |
| 12 | memory@0 { |
| 13 | reg = <0x0 0x2000000>; |
| 14 | }; |
| 15 | |
| 16 | localbus@10000000 { |
| 17 | cfi@0 { |
| 18 | compatible = "lantiq,nor"; |
| 19 | bank-width = <2>; |
| 20 | reg = <0x0 0x4000000>; |
| 21 | #address-cells = <1>; |
| 22 | #size-cells = <1>; |
| 23 | |
| 24 | partition@0 { |
| 25 | label = "uboot"; |
| 26 | reg = <0x00000 0x40000>; |
| 27 | }; |
| 28 | |
| 29 | partition@10000 { |
| 30 | label = "uboot_env"; |
| 31 | reg = <0x40000 0x40000>; |
| 32 | }; |
| 33 | |
| 34 | partition@20000 { |
| 35 | label = "linux"; |
| 36 | reg = <0x80000 0x3d0000>; |
| 37 | }; |
| 38 | }; |
| 39 | }; |
| 40 | |
| 41 | pinmux0 { |
| 42 | compatible = "lantiq,pinctrl-falcon"; |
| 43 | pinctrl-names = "default"; |
| 44 | pinctrl-0 = <&state_default>; |
| 45 | |
| 46 | state_default: pinmux { |
| 47 | asc0 { |
| 48 | lantiq,groups = "asc0"; |
| 49 | lantiq,function = "asc"; |
| 50 | }; |
| 51 | ntr { |
| 52 | lantiq,groups = "ntr8k"; |
| 53 | lantiq,function = "ntr"; |
| 54 | }; |
| 55 | i2c { |
| 56 | lantiq,groups = "i2c"; |
| 57 | lantiq,function = "i2c"; |
| 58 | }; |
| 59 | hrst { |
| 60 | lantiq,groups = "hrst"; |
| 61 | lantiq,function = "rst"; |
| 62 | }; |
| 63 | }; |
| 64 | }; |
| 65 | }; |
| 66 | |