0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Samsung's Exynos4412 based M0 (GT-I9300) board device tree source
0004 *
0005 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
0006 * http://www.samsung.com
0007 */
0008
0009 /dts-v1/;
0010 #include "exynos4412-galaxy-s3.dtsi"
0011
0012 / {
0013 model = "Samsung Galaxy S3 (GT-I9300) based on Exynos4412";
0014 compatible = "samsung,i9300", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
0015 chassis-type = "handset";
0016
0017 /* bootargs are passed in by bootloader */
0018
0019 memory@40000000 {
0020 device_type = "memory";
0021 reg = <0x40000000 0x40000000>;
0022 };
0023 };
0024
0025 &sound {
0026 fm-sel-gpios = <&gpl0 3 GPIO_ACTIVE_HIGH>;
0027 };