1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * DTS file for CSR SiRFatlas7 Evaluation Board
5 * Copyright (c) 2014 Cambridge Silicon Radio Limited, a CSR plc group company.
10 /include/ "atlas7.dtsi"
12 #include <dt-bindings/input/input.h>
13 #include <dt-bindings/gpio/gpio.h>
16 model = "CSR SiRFatlas7 Evaluation Board";
17 compatible = "sirf,atlas7-cb", "sirf,atlas7";
20 bootargs = "console=ttySiRF1,115200 earlyprintk";
24 device_type = "memory";
25 reg = <0x40000000 0x20000000>;
33 vpp_reserved: vpp_mem@5e800000 {
34 compatible = "sirf,reserved-memory";
35 reg = <0x5e800000 0x800000>;
38 nanddisk_reserved: nanddisk@46000000 {
39 reg = <0x46000000 0x200000>;
48 memory-region = <&nanddisk_reserved>;
57 compatible = "macronix,mx25l6405d";
59 spi-max-frequency = <37500000>;
73 uart6: uart@11000000 {
81 memory-region = <&vpp_reserved>;
86 compatible = "lvds-panel";
89 bl-gpios = <&gpio_1 63 0>;
93 native-mode = <&timing0>;
95 clock-frequency = <60000000>;
107 pixelclk-active = <1>;
113 compatible = "gpio-keys";
115 #address-cells = <1>;
119 label = "rearview key";
120 linux,code = <KEY_CAMERA>;
121 gpios = <&gpio_1 3 GPIO_ACTIVE_LOW>;
122 debounce-interval = <100>;