2 * DTS file for CSR SiRFatlas7 Evaluation Board
4 * Copyright (c) 2014 Cambridge Silicon Radio Limited, a CSR plc group company.
6 * Licensed under GPLv2 or later.
11 /include/ "atlas7.dtsi"
13 #include <dt-bindings/input/input.h>
14 #include <dt-bindings/gpio/gpio.h>
17 model = "CSR SiRFatlas7 Evaluation Board";
18 compatible = "sirf,atlas7-cb", "sirf,atlas7";
21 bootargs = "console=ttySiRF1,115200 earlyprintk";
25 device_type = "memory";
26 reg = <0x40000000 0x20000000>;
34 vpp_reserved: vpp_mem@5e800000 {
35 compatible = "sirf,reserved-memory";
36 reg = <0x5e800000 0x800000>;
39 nanddisk_reserved: nanddisk@46000000 {
40 reg = <0x46000000 0x200000>;
49 memory-region = <&nanddisk_reserved>;
58 compatible = "macronix,mx25l6405d";
60 spi-max-frequency = <37500000>;
74 uart6: uart@11000000 {
82 memory-region = <&vpp_reserved>;
87 compatible = "lvds-panel";
90 bl-gpios = <&gpio_1 63 0>;
94 native-mode = <&timing0>;
96 clock-frequency = <60000000>;
108 pixelclk-active = <1>;
114 compatible = "gpio-keys";
116 #address-cells = <1>;
120 label = "rearview key";
121 linux,code = <KEY_CAMERA>;
122 gpios = <&gpio_1 3 GPIO_ACTIVE_LOW>;
123 debounce_interval = <100>;