vexpress_gem5_v1.dtsi (12737:244581cf780b) vexpress_gem5_v1.dtsi (12741:6d088ffe06b1)
1/*
1/*
2 * Copyright (c) 2015-2016 ARM Limited
2 * Copyright (c) 2015-2017 ARM Limited
3 * All rights reserved
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the

--- 124 unchanged lines hidden (view full) ---

135
136 v2m_sysreg: sysreg@1c010000 {
137 compatible = "arm,vexpress-sysreg";
138 reg = <0 0x1c010000 0x0 0x1000>;
139 gpio-controller;
140 #gpio-cells = <2>;
141 };
142
3 * All rights reserved
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the

--- 124 unchanged lines hidden (view full) ---

135
136 v2m_sysreg: sysreg@1c010000 {
137 compatible = "arm,vexpress-sysreg";
138 reg = <0 0x1c010000 0x0 0x1000>;
139 gpio-controller;
140 #gpio-cells = <2>;
141 };
142
143 vio@1c130000 {
144 compatible = "virtio,mmio";
145 reg = <0 0x1c130000 0x0 0x1000>;
146 interrupts = <0 42 4>;
147 };
148
149 vio@1c140000 {
150 compatible = "virtio,mmio";
151 reg = <0 0x1c140000 0x0 0x1000>;
152 interrupts = <0 43 4>;
153 };
154
143 dcc {
144 compatible = "arm,vexpress,config-bus";
145 arm,vexpress,config-bridge = <&v2m_sysreg>;
146
147 osc_pxl: osc@5 {
148 compatible = "arm,vexpress-osc";
149 arm,vexpress-sysreg,func = <1 5>;
150 freq-range = <23750000 1000000000>;

--- 36 unchanged lines hidden ---
155 dcc {
156 compatible = "arm,vexpress,config-bus";
157 arm,vexpress,config-bridge = <&v2m_sysreg>;
158
159 osc_pxl: osc@5 {
160 compatible = "arm,vexpress-osc";
161 arm,vexpress-sysreg,func = <1 5>;
162 freq-range = <23750000 1000000000>;

--- 36 unchanged lines hidden ---