1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * O2D base Device Tree Source
5 * Copyright (C) 2012 DENX Software Engineering
6 * Anatolij Gustschin <agust@denx.de>
9 /include/ "mpc5200b.dtsi"
14 fsl,wdt-on-boot = <0>;
16 &gpt1 { gpio-controller; };
20 compatible = "ifm,o2d";
23 reg = <0x00000000 0x04000000>; // 64MB
33 compatible = "fsl,mpc5200b-psc-spi","fsl,mpc5200-psc-spi";
39 compatible = "spidev";
40 spi-max-frequency = <250000>;
54 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
58 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
70 phy0: ethernet-phy@0 {
77 ranges = <0 0 0xff000000 0x01000000
78 3 0 0xe3000000 0x00100000>;
80 // flash device at LocalPlus Bus CS0
82 compatible = "cfi-flash";
83 reg = <0 0 0x01000000>;
88 no-unaligned-direct-access;
90 /* common layout for all machines */
93 reg = <0x00000000 0x00040000>;
98 reg = <0x00040000 0x00020000>;
104 compatible = "ifm,o2d-csi";
105 reg = <3 0 0x00100000>;
106 ifm,csi-clk-handle = <&gpt7>;
107 gpios = <&gpio_simple 23 0 /* imag_capture */
108 &gpio_simple 26 0 /* imag_reset */
109 &gpio_simple 29 0>; /* imag_master_en */
111 interrupts = <1 1 2>; /* IRQ1, edge falling */
113 ifm,csi-addr-bus-width = <24>;
114 ifm,csi-data-bus-width = <8>;
115 ifm,csi-wait-cycles = <0>;