Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // SPDX-License-Identifier: GPL-2.0
- /*
- * Copyright (c) 2022, Leandro Friedrich <[email protected]>
- */
- /dts-v1/;
- #include "exynos7885.dtsi"
- #include <dt-bindings/gpio/gpio.h>
- #include <dt-bindings/input/input.h>
- #include <dt-bindings/interrupt-controller/irq.h>
- / {
- model = "Samsung Galaxy A10";
- compatible = "samsung,a10", "samsung,exynos7885";
- chassis-type = "handset";
- #address-cells = <2>;
- #size-cells = <2>;
- reserved-memory {
- #address-cells = <2>;
- #size-cells = <2>;
- ranges;
- framebuffer@0xec000000 {
- reg = <0x0 0xec000000 0x0 (720*1520*4)>;
- no-map;
- };
- };
- chosen {
- #address-cells = <2>;
- #size-cells = <2>;
- ranges;
- stdout-path = "/chosen/framebuffer@0xec000000";
- framebuffer@0xec000000 {
- compatible = "simple-framebuffer";
- reg = <0x0 0xec000000 0x0 (720*1520*4)>;
- width = <720>;
- height = <1520>;
- stride = <(720 * 4)>;
- format = "a8r8g8b8";
- };
- };
- memory@80000000 {
- device_type = "memory";
- /* reg = <0 0x90000000 0 0x70000000>;*/
- reg = <0 0x80000000 0 0x80000000>;
- };
- };
- &mmc_0 {
- status = "okay";
- mmc-hs200-1_8v;
- mmc-hs400-1_8v;
- cap-mmc-highspeed;
- non-removable;
- mmc-hs400-enhanced-strobe;
- card-detect-delay = <200>;
- clock-frequency = <800000000>;
- bus-width = <8>;
- samsung,dw-mshc-ciu-div = <3>;
- samsung,dw-mshc-sdr-timing = <0 4>;
- samsung,dw-mshc-ddr-timing = <2 4>;
- samsung,dw-mshc-hs200-timing = <3 0 3 0>;
- samsung,dw-mshc-hs400-timing = <0 2>;
- pinctrl-names = "default";
- pinctrl-0 = <&sd0_clk_fast_slew_rate_3x &sd0_cmd &sd0_rdqs
- &sd0_bus1 &sd0_bus4 &sd0_bus8>;
- };
Advertisement
Add Comment
Please, Sign In to add comment