blob: f21db063ec150b6c946cbd23b60f590df4c0ea9b [file] [log] [blame]
Syed Rameez Mustafaa94a1c02013-05-20 16:56:07 -07001/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13/*
14 * Only 8926-specific property overrides should be placed inside this
15 * file. Device definitions should be placed inside the msm8226.dtsi
16 * file.
17 */
18
19/include/ "msm8226.dtsi"
Suresh Vankadaraa0f53a12013-06-12 05:47:09 +053020/include/ "msm8226-camera.dtsi"
Syed Rameez Mustafaa94a1c02013-05-20 16:56:07 -070021
22/ {
23 model = "Qualcomm MSM 8926";
24 compatible = "qcom,msm8926";
25};
Patrick Dalyc42e9042013-05-23 13:45:34 -070026
27&soc {
28 qcom,mss@fc880000 {
29 vdd_mss-supply = <&pm8226_s5>;
30 };
Patrick Daly10acc8c2013-06-05 16:44:19 -070031
32 qcom,acpuclk@f9011050 {
33 reg = <0xf9011050 0x8>,
34 <0xfc4b80b0 0x8>;
35 reg-names = "rcg_base", "pte_efuse";
36 };
Patrick Dalyc42e9042013-05-23 13:45:34 -070037};