Deleted Added
sdiff udiff text old ( 12761:effd14bda656 ) new ( 14114:ed18eaf9d344 )
full compact
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;

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

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

--- 120 unchanged lines hidden ---