Lines Matching +full:fixed +full:- +full:layout
1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
6 #include <dt-bindings/interrupt-controller/mips-gic.h>
8 #include <dt-bindings/clock/mobileye,eyeq5-clk.h>
11 #address-cells = <2>;
12 #size-cells = <2>;
14 #address-cells = <1>;
15 #size-cells = <0>;
24 reserved-memory {
25 #address-cells = <2>;
26 #size-cells = <2>;
39 pci0_msi_reserved: pci0-msi@806000000 {
42 pci1_msi_reserved: pci1-msi@806100000 {
46 mini_coredump0_reserved: mini-coredump0@806200000 {
49 mhm_reserved_0: the-mhm-reserved-0@0 {
54 compatible = "mobileye,eyeq5-bootloader-config", "nvmem-rmem";
56 #address-cells = <1>;
57 #size-cells = <1>;
58 no-map;
60 nvmem-layout {
61 compatible = "fixed-layout";
62 #address-cells = <1>;
63 #size-cells = <1>;
82 cpu_intc: interrupt-controller {
83 compatible = "mti,cpu-interrupt-controller";
84 interrupt-controller;
85 #address-cells = <0>;
86 #interrupt-cells = <1>;
90 compatible = "fixed-clock";
91 #clock-cells = <0>;
92 clock-frequency = <30000000>;
96 compatible = "fixed-clock";
97 #clock-cells = <0>;
98 clock-frequency = <250000000>; /* 250MHz */
101 tsu_clk: tsu-clk {
102 compatible = "fixed-clock";
103 #clock-cells = <0>;
104 clock-frequency = <125000000>; /* 125MHz */
108 #address-cells = <2>;
109 #size-cells = <2>;
111 compatible = "simple-bus";
116 reg-io-width = <4>;
117 interrupt-parent = <&gic>;
120 clock-names = "uartclk", "apb_pclk";
122 pinctrl-names = "default";
123 pinctrl-0 = <&uart0_pins>;
129 reg-io-width = <4>;
130 interrupt-parent = <&gic>;
133 clock-names = "uartclk", "apb_pclk";
135 pinctrl-names = "default";
136 pinctrl-0 = <&uart1_pins>;
142 reg-io-width = <4>;
143 interrupt-parent = <&gic>;
146 clock-names = "uartclk", "apb_pclk";
148 pinctrl-names = "default";
149 pinctrl-0 = <&uart2_pins>;
152 olb: system-controller@e00000 {
153 compatible = "mobileye,eyeq5-olb", "syscon";
155 #reset-cells = <2>;
156 #clock-cells = <1>;
158 clock-names = "ref";
161 gic: interrupt-controller@140000 {
164 interrupt-controller;
165 #interrupt-cells = <3>;
168 * Declare the interrupt-parent even though the mti,gic
173 interrupt-parent = <&cpu_intc>;
176 compatible = "mti,gic-timer";
184 #include "eyeq5-pins.dtsi"