1 // SPDX-License-Identifier: ISC
3 * Device Tree file for Gateworks IXP43x-based Cambria GW2358
8 #include "intel-ixp43x.dtsi"
11 model = "Gateworks Cambria GW2358";
12 compatible = "gateworks,gw2358", "intel,ixp43x";
18 device_type = "memory";
19 reg = <0x00000000 0x8000000>;
23 bootargs = "console=ttyS0,115200n8 root=/dev/mtdblock2 rw rootfstype=squashfs,jffs2 rootwait";
24 stdout-path = "uart0:115200n8";
32 compatible = "gpio-leds";
34 label = "gw2358:green:LED";
35 gpios = <&pld1 0 GPIO_ACTIVE_LOW>;
37 linux,default-trigger = "heartbeat";
43 compatible = "i2c-gpio";
44 sda-gpios = <&gpio0 7 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
45 scl-gpios = <&gpio0 6 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
50 compatible = "adi,ad7418";
54 compatible = "dallas,ds1672";
58 compatible = "atmel,24c08";
65 compatible = "gateworks,pld-gpio";
70 /* This PLD just handles the LED and user button */
72 compatible = "gateworks,pld-gpio";
80 compatible = "intel,ixp4xx-flash", "cfi-flash";
83 * 32 MB of Flash in 0x20000 byte blocks
84 * mapped in at 0x50000000
86 reg = <0x50000000 0x2000000>;
89 compatible = "redboot-fis";
90 /* Eraseblock at 0x1fe0000 */
91 fis-index-block = <0xff>;