Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.2 18 lines 403 B view raw
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries. 4 */ 5 6/dts-v1/; 7#include "sparx5_pcb135_board.dtsi" 8#include "sparx5_nand.dtsi" 9 10/ { 11 model = "Sparx5 PCB135 Reference Board (NAND)"; 12 compatible = "microchip,sparx5-pcb135", "microchip,sparx5"; 13 14 memory@0 { 15 device_type = "memory"; 16 reg = <0x00000000 0x00000000 0x10000000>; 17 }; 18};