vexpress_gem5_v2_base.dtsi (13879:15323aaa832f) vexpress_gem5_v2_base.dtsi (14114:ed18eaf9d344)
1/*
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;

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

50 phandle = <0x1>;
51 };
52
53 timer {
54 compatible = "arm,cortex-a15-timer",
55 "arm,armv7-timer";
56 interrupts = <1 13 0xf08>,
57 <1 14 0xf08>,
1/*
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;

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

50 phandle = <0x1>;
51 };
52
53 timer {
54 compatible = "arm,cortex-a15-timer",
55 "arm,armv7-timer";
56 interrupts = <1 13 0xf08>,
57 <1 14 0xf08>,
58 <1 11 0xf08>;
58 <1 11 0xf08>,
59 <1 10 0xf08>;
59 clocks = <&osc_sys>;
60 clock-names="apb_pclk";
61 };
62
63 pci {
64 compatible = "pci-host-ecam-generic";
65 device_type = "pci";
66 #address-cells = <0x3>;

--- 127 unchanged lines hidden ---
60 clocks = <&osc_sys>;
61 clock-names="apb_pclk";
62 };
63
64 pci {
65 compatible = "pci-host-ecam-generic";
66 device_type = "pci";
67 #address-cells = <0x3>;

--- 127 unchanged lines hidden ---