aboutsummaryrefslogtreecommitdiffstats
blob: 155f0dcb7e1933cc9ae1c62739e936781a0acee1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include "dra7-evm-robust-rvc.dts"

&reserved_mem{
        earlyvid_1: earlyvid1@0xA2400000 {
                reg = <0x0 0xA2400000 0x0 0x600000>;
                status = "okay";
        };

        earlyvid_2: earlyvid2@0xA3000000 {
                reg = <0x0 0xA3000000 0x0 0x100000>;
                status = "okay";
        };
};