blob: 57532034c356ceb062d267cc244639d177eac27f [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.nordic.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
NORDIC = 0x16,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
NRF52840 = 0x01,
NRF52811 = 0x02,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
THREAD = 0x01,
};