/* * Copyright 2013 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ #include "skeleton.dtsi" #include "vfxxx.dtsi" #include / { cpus { #address-cells = <1>; #size-cells = <0>; a5_cpu: cpu@0 { compatible = "arm,cortex-a5"; device_type = "cpu"; reg = <0x0>; }; }; soc { interrupt-parent = <&intc>; aips-bus@40000000 { intc: interrupt-controller@40002000 { compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; interrupt-controller; reg = <0x40003000 0x1000>, <0x40002100 0x100>; }; global_timer: timer@40002200 { compatible = "arm,cortex-a9-global-timer"; reg = <0x40002200 0x20>; interrupts = ; clocks = <&clks VF610_CLK_PLATFORM_BUS>; }; }; }; }; &adc0 { interrupts = ; }; &adc1 { interrupts = ; }; &can0 { interrupts = ; }; &can1 { interrupts = ; }; &dspi0 { interrupts = ; }; &edma0 { interrupts = , ; interrupt-names = "edma-tx", "edma-err"; }; &edma1 { interrupts = , ; interrupt-names = "edma-tx", "edma-err"; }; &esdhc1 { interrupts = ; }; &fec0 { interrupts = ; }; &fec1 { interrupts = ; }; &ftm { interrupts = ; }; &gpio0 { interrupts = ; }; &gpio1 { interrupts = ; }; &gpio2 { interrupts = ; }; &gpio3 { interrupts = ; }; &gpio4 { interrupts = ; }; &i2c0 { interrupts = ; }; &pit { interrupts = ; }; &qspi0 { interrupts = ; }; &sai2 { interrupts = ; }; &snvsrtc { interrupts = ; }; &src { interrupts = ; }; &uart0 { interrupts = ; }; &uart1 { interrupts = ; }; &uart2 { interrupts = ; }; &uart3 { interrupts = ; }; &uart4 { interrupts = ; }; &uart5 { interrupts = ; }; &usbdev0 { interrupts = ; }; &usbh1 { interrupts = ; }; &usbphy0 { interrupts = ; }; &usbphy1 { interrupts = ; }; &wdoga5 { interrupts = ; status = "okay"; };